Html Css Color HEX #99987D Lemon Grass

📋 copy color: '#99987D'

red 153 ◦ green 152 ◦ blue 125

#99987D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lemon Grass #99987D

Tints of Lemon Grass #99987D

RGB

 RED value IS 153 (60.16% from 255) = 35.58%

 GREEN value IS 152 (59.77% from 255) = 35.35%

 BLUE value IS 125 (49.22% from 255) = 29.07%

R = 35.58%
G = 35.35%
B = 29.07%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.18

 K value IS 0.4

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#99987D (or 0x99987D) is known color: Lemon Grass. HEX triplet: 99, 98 and 7D. RGB value is (153,152,125). Sum of RGB (Red+Green+Blue) = 153+152+125=430 (56% of max value = 765). Red value is 153 (60.16% from 255 or 35.58% from 430); Green value is 152 (59.77% from 255 or 35.35% from 430); Blue value is 125 (49.22% from 255 or 29.07% from 430); Max value from RGB is 153 - color contains mainly: red. Hex color #99987D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #99987D is #666782. Grayscale: #959595. Windows color (decimal): -6711171 or 8231065. OLE color: 8231065.

HSL color Cylindrical-coordinate representation of color #99987D: hue angle of 57.86º degrees, saturation: 0.12, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #99987D is Cyan = 0, Magento = 0.01, Yellow = 0.18 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 152 125 -
CMYK 0 0.01 0.18 0.4
HSL 57.86º 0.12% 0.55% -
HSV(B) 57.86º 0.18% 0.6% -
XYZ 28.07 30.71 23.85 -
YUV 149.22 114.33 130.7 -
System Red Green Blue C M Y K H S L
Decimal 153 152 125 0 0.01 0.18 0.4 57.86 0.12 0.55
Hex 99 98 7D 0 1 12 28 3A C 37
Octal 231 230 175 0 1 22 50 72 14 67
Binary 10011001 10011000 1111101 0 1 10010 101000 111010 1100 110111

Color Harmonies of #99987D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99987D

Black with #99987D

Text Example


Text Example

White with #99987D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #99987D; }

 p { color: rgb(153,152,125); }

 H1.HeaderClassName
 {
   color: #99987D;
 }
 .AnyTagClassName
 {
   color: #99987D;
 }
</style>

background-color css

<style>
 a { background-color: #99987D; }

 a { background-color: rgb(153,152,125); }

 div.DivClassName
 {
   background-color: #99987D;
 }
 .BgClassName
 {
   background-color: #99987D;
 }
</style>

border-color css

<style>
 span { border-color: #99987D; }

 span { border-color: rgb(153,152,125); }

 td.TdClassName
 {
   border-color: #99987D;
 }
 .TagClassName
 {
   border-color: #99987D;
 }
</style>