Html Css Color HEX #999881 Lemon Grass

📋 copy color: '#999881'

red 153 ◦ green 152 ◦ blue 129

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

Shades of Lemon Grass #999881

Tints of Lemon Grass #999881

RGB

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

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

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

R = 35.25%
G = 35.02%
B = 29.72%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.16

 K value IS 0.4

RGB Variations

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

Color information

#999881 (or 0x999881) is known color: Lemon Grass. HEX triplet: 99, 98 and 81. RGB value is (153,152,129). Sum of RGB (Red+Green+Blue) = 153+152+129=434 (57% of max value = 765). Red value is 153 (60.16% from 255 or 35.25% from 434); Green value is 152 (59.77% from 255 or 35.02% from 434); Blue value is 129 (50.78% from 255 or 29.72% from 434); Max value from RGB is 153 - color contains mainly: red. Hex color #999881 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #999881 is #66677E. Grayscale: #959595. Windows color (decimal): -6711167 or 8493209. OLE color: 8493209.

HSL color Cylindrical-coordinate representation of color #999881: hue angle of 57.5º 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 #999881 is Cyan = 0, Magento = 0.01, Yellow = 0.16 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 152 129 -
CMYK 0 0.01 0.16 0.4
HSL 57.5º 0.11% 0.55% -
HSV(B) 57.5º 0.16% 0.6% -
XYZ 28.33 30.81 25.22 -
YUV 149.68 116.33 130.37 -
System Red Green Blue C M Y K H S L
Decimal 153 152 129 0 0.01 0.16 0.4 57.5 0.11 0.55
Hex 99 98 81 0 1 10 28 3A B 37
Octal 231 230 201 0 1 20 50 72 13 67
Binary 10011001 10011000 10000001 0 1 10000 101000 111010 1011 110111

Color Harmonies of #999881

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #999881

Black with #999881

Text Example


Text Example

White with #999881

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #999881; }

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

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

background-color css

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

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

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

border-color css

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

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

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