Html Css Color HEX #999882 Lemon Grass

📋 copy color: '#999882'

red 153 ◦ green 152 ◦ blue 130

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

Shades of Lemon Grass #999882

Tints of Lemon Grass #999882

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 29.89%

R = 35.17%
G = 34.94%
B = 29.89%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.15

 K value IS 0.4

RGB Variations

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

Color information

#999882 (or 0x999882) is known color: Lemon Grass. HEX triplet: 99, 98 and 82. RGB value is (153,152,130). Sum of RGB (Red+Green+Blue) = 153+152+130=435 (57% of max value = 765). Red value is 153 (60.16% from 255 or 35.17% from 435); Green value is 152 (59.77% from 255 or 34.94% from 435); Blue value is 130 (51.17% from 255 or 29.89% from 435); Max value from RGB is 153 - color contains mainly: red. Hex color #999882 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #999882 is #66677D. Grayscale: #959595. Windows color (decimal): -6711166 or 8558745. OLE color: 8558745.

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

Color convert

RGB 153 152 130 -
CMYK 0 0.01 0.15 0.4
HSL 57.39º 0.1% 0.55% -
HSV(B) 57.39º 0.15% 0.6% -
XYZ 28.39 30.84 25.58 -
YUV 149.79 116.83 130.29 -
System Red Green Blue C M Y K H S L
Decimal 153 152 130 0 0.01 0.15 0.4 57.39 0.1 0.55
Hex 99 98 82 0 1 F 28 39 A 37
Octal 231 230 202 0 1 17 50 71 12 67
Binary 10011001 10011000 10000010 0 1 1111 101000 111001 1010 110111

Color Harmonies of #999882

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #999882

Black with #999882

Text Example


Text Example

White with #999882

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #999882; }

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

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

background-color css

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

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

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

border-color css

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

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

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