Html Css Color HEX #999982 Lemon Grass

📋 copy color: '#999982'

red 153 ◦ green 153 ◦ blue 130

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

Shades of Lemon Grass #999982

Tints of Lemon Grass #999982

RGB

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

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

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

R = 35.09%
G = 35.09%
B = 29.82%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.15

 K value IS 0.4

RGB Variations

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

Color information

#999982 (or 0x999982) is known color: Lemon Grass. HEX triplet: 99, 99 and 82. RGB value is (153,153,130). Sum of RGB (Red+Green+Blue) = 153+153+130=436 (57% of max value = 765). Red value is 153 (60.16% from 255 or 35.09% from 436); Green value is 153 (60.16% from 255 or 35.09% from 436); Blue value is 130 (51.17% from 255 or 29.82% from 436); Max value from RGB is 153 - color contains mainly: red, green. Hex color #999982 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #999982 is #66667D. Grayscale: #969696. Windows color (decimal): -6710910 or 8559001. OLE color: 8559001.

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

Color convert

RGB 153 153 130 -
CMYK 0 0 0.15 0.4
HSL 60º 0.1% 0.55% -
HSV(B) 60º 0.15% 0.6% -
XYZ 28.56 31.17 25.63 -
YUV 150.38 116.5 129.87 -
System Red Green Blue C M Y K H S L
Decimal 153 153 130 0 0 0.15 0.4 60 0.1 0.55
Hex 99 99 82 0 0 F 28 3C A 37
Octal 231 231 202 0 0 17 50 74 12 67
Binary 10011001 10011001 10000010 0 0 1111 101000 111100 1010 110111

Color Harmonies of #999982

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #999982

Black with #999982

Text Example


Text Example

White with #999982

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #999982; }

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

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

background-color css

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

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

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

border-color css

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

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

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