Html Css Color HEX #999D86 Lemon Grass

📋 copy color: '#999D86'

red 153 ◦ green 157 ◦ blue 134

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

Shades of Lemon Grass #999D86

Tints of Lemon Grass #999D86

RGB

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

 GREEN value IS 157 (61.72% from 255) = 35.36%

 BLUE value IS 134 (52.73% from 255) = 30.18%

R = 34.46%
G = 35.36%
B = 30.18%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.15

 K value IS 0.38

RGB Variations

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

Color information

#999D86 (or 0x999D86) is known color: Lemon Grass. HEX triplet: 99, 9D and 86. RGB value is (153,157,134). Sum of RGB (Red+Green+Blue) = 153+157+134=444 (58% of max value = 765). Red value is 153 (60.16% from 255 or 34.46% from 444); Green value is 157 (61.72% from 255 or 35.36% from 444); Blue value is 134 (52.73% from 255 or 30.18% from 444); Max value from RGB is 157 - color contains mainly: green. Hex color #999D86 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #999D86 is #666279. Grayscale: #999999. Windows color (decimal): -6709882 or 8822169. OLE color: 8822169.

HSL color Cylindrical-coordinate representation of color #999D86: hue angle of 70.43º degrees, saturation: 0.11, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #999D86 is Cyan = 0.03, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.38.

Color convert

RGB 153 157 134 -
CMYK 0.03 0 0.15 0.38
HSL 70.43º 0.11% 0.57% -
HSV(B) 70.43º 0.15% 0.62% -
XYZ 29.5 32.61 27.29 -
YUV 153.18 117.17 127.87 -
System Red Green Blue C M Y K H S L
Decimal 153 157 134 0.03 0 0.15 0.38 70.43 0.11 0.57
Hex 99 9D 86 3 0 F 26 46 B 39
Octal 231 235 206 3 0 17 46 106 13 71
Binary 10011001 10011101 10000110 11 0 1111 100110 1000110 1011 111001

Color Harmonies of #999D86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #999D86

Black with #999D86

Text Example


Text Example

White with #999D86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #999D86; }

 p { color: rgb(153,157,134); }

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

background-color css

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

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

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

border-color css

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

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

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