Html Css Color HEX #999981 Lemon Grass

📋 copy color: '#999981'

red 153 ◦ green 153 ◦ blue 129

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

Shades of Lemon Grass #999981

Tints of Lemon Grass #999981

RGB

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

 GREEN value IS 153 (60.16% from 255) = 35.17%

 BLUE value IS 129 (50.78% from 255) = 29.66%

R = 35.17%
G = 35.17%
B = 29.66%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.16

 K value IS 0.4

RGB Variations

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

Color information

#999981 (or 0x999981) is known color: Lemon Grass. HEX triplet: 99, 99 and 81. RGB value is (153,153,129). Sum of RGB (Red+Green+Blue) = 153+153+129=435 (57% of max value = 765). Red value is 153 (60.16% from 255 or 35.17% from 435); Green value is 153 (60.16% from 255 or 35.17% from 435); Blue value is 129 (50.78% from 255 or 29.66% from 435); Max value from RGB is 153 - color contains mainly: red, green. Hex color #999981 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #999981 is #66667E. Grayscale: #969696. Windows color (decimal): -6710911 or 8493465. OLE color: 8493465.

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

Color convert

RGB 153 153 129 -
CMYK 0 0 0.16 0.4
HSL 60º 0.11% 0.55% -
HSV(B) 60º 0.16% 0.6% -
XYZ 28.49 31.14 25.28 -
YUV 150.26 116 129.95 -
System Red Green Blue C M Y K H S L
Decimal 153 153 129 0 0 0.16 0.4 60 0.11 0.55
Hex 99 99 81 0 0 10 28 3C B 37
Octal 231 231 201 0 0 20 50 74 13 67
Binary 10011001 10011001 10000001 0 0 10000 101000 111100 1011 110111

Color Harmonies of #999981

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #999981

Black with #999981

Text Example


Text Example

White with #999981

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #999981; }

 p { color: rgb(153,153,129); }

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

background-color css

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

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

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

border-color css

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

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

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