color codes Logo

#98b75c color codes

#98B75C
(152,183,92)
0 Favorites   0 Comments

Color spaces of #98b75c

RGB 15218392
HSL0.220.390.54
HSV80°50°72°
CMYK 0.170.000.50   0.28
XYZ31.814141.315116.4230
Yxy41.31510.35530.4614
Hunter Lab64.2768-24.135129.8449
CIE-Lab70.3961-25.236542.4970

#98b75c color RGB value is (152,183,92).

#98b75c hex color red value is 152, green value is 183 and the blue value of its RGB is 92. Cylindrical-coordinate representations (also known as HSL) of color #98b75c hue: 0.22 , saturation: 0.39 and the lightness value of 98b75c is 0.54.

The process color (four color CMYK) of #98b75c color code is 0.17, 0.00, 0.50, 0.28. Web safe color of #98b75c is #99cc66. Color #98b75c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011000 10110111 01011100
Octal 230 267 134
Decimal 152 183 92
Hex 98 B7 5C

RGB Percentages of Color #98b75c

%35.60
%42.86
%21.55

CMYK Percentages of Color #98b75c

%17
%0
%50
%28

Triadic Colors of #98b75c

#98b75c #5c98b7 #b75c98

Analogous Colors of #98b75c

#98b75c #6bb75c #b7a95c

Monochromatic Colors of #98b75c

#98b75c

Complementary Color

#98b75c #7b5cb7

#98b75c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#98b75c Color Preview on White Background

Lorem ipsum dolor sit amet.

#98b75c Color CSS Codes

.mybgcolor {background-color:#98b75c; } 
.myforecolor {color:#98b75c; }
.mybordercolor {border:3px solid #98b75c; }

#98b75c Text Font Color

<p style="color:#98b75c">Text here</p>

This sample text font color is #98b75c
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#98b75c Background Color

<div style="background-color:#98b75c">
Div content here</div>

This div background color is #98b75c


#98b75c Border Color

<div style="border:3px solid #98b75c">
Div here</div>

This div border color is #98b75c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(152,183,92, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #98b75c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #98b75c;
  -webkit-box-shadow: 1px 1px 3px 2px #98b75c;
  box-shadow:         1px 1px 3px 2px #98b75c; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(152,183,92, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #98b75c">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #98b75c;
  -webkit-box-shadow: 1px 1px 3px 2px #98b75c;
  box-shadow:         1px 1px 3px 2px #98b75c;">
Div content here</div>

This div box has shadow with color #98b75c


Comments

No comments written yet.

Please login to write comment.