Html Css Color HEX #999B8E Lemon Grass

📋 copy color: '#999B8E'

red 153 ◦ green 155 ◦ blue 142

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

Shades of Lemon Grass #999B8E

Tints of Lemon Grass #999B8E

RGB

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

 GREEN value IS 155 (60.94% from 255) = 34.44%

 BLUE value IS 142 (55.86% from 255) = 31.56%

R = 34%
G = 34.44%
B = 31.56%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.08

 K value IS 0.39

RGB Variations

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

Color information

#999B8E (or 0x999B8E) is known color: Lemon Grass. HEX triplet: 99, 9B and 8E. RGB value is (153,155,142). Sum of RGB (Red+Green+Blue) = 153+155+142=450 (59% of max value = 765). Red value is 153 (60.16% from 255 or 34% from 450); Green value is 155 (60.94% from 255 or 34.44% from 450); Blue value is 142 (55.86% from 255 or 31.56% from 450); Max value from RGB is 155 - color contains mainly: green. Hex color #999B8E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #999B8E is #666471. Grayscale: #989898. Windows color (decimal): -6710386 or 9345945. OLE color: 9345945.

HSL color Cylindrical-coordinate representation of color #999B8E: hue angle of 69.23º degrees, saturation: 0.06, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #999B8E is Cyan = 0.01, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.39.

Color convert

RGB 153 155 142 -
CMYK 0.01 0 0.08 0.39
HSL 69.23º 0.06% 0.58% -
HSV(B) 69.23º 0.08% 0.61% -
XYZ 29.74 32.17 30.23 -
YUV 152.92 121.84 128.06 -
System Red Green Blue C M Y K H S L
Decimal 153 155 142 0.01 0 0.08 0.39 69.23 0.06 0.58
Hex 99 9B 8E 1 0 8 27 45 6 3A
Octal 231 233 216 1 0 10 47 105 6 72
Binary 10011001 10011011 10001110 1 0 1000 100111 1000101 110 111010

Color Harmonies of #999B8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #999B8E

Black with #999B8E

Text Example


Text Example

White with #999B8E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,155,142); }

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

background-color css

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

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

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

border-color css

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

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

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