Html Css Color HEX #999C8A Lemon Grass

📋 copy color: '#999C8A'

red 153 ◦ green 156 ◦ blue 138

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

Shades of Lemon Grass #999C8A

Tints of Lemon Grass #999C8A

RGB

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

 GREEN value IS 156 (61.33% from 255) = 34.9%

 BLUE value IS 138 (54.3% from 255) = 30.87%

R = 34.23%
G = 34.9%
B = 30.87%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.12

 K value IS 0.39

RGB Variations

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

Color information

#999C8A (or 0x999C8A) is known color: Lemon Grass. HEX triplet: 99, 9C and 8A. RGB value is (153,156,138). Sum of RGB (Red+Green+Blue) = 153+156+138=447 (59% of max value = 765). Red value is 153 (60.16% from 255 or 34.23% from 447); Green value is 156 (61.33% from 255 or 34.90% from 447); Blue value is 138 (54.30% from 255 or 30.87% from 447); Max value from RGB is 156 - color contains mainly: green. Hex color #999C8A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #999C8A is #666375. Grayscale: #999999. Windows color (decimal): -6710134 or 9084057. OLE color: 9084057.

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

Color convert

RGB 153 156 138 -
CMYK 0.02 0 0.12 0.39
HSL 70º 0.08% 0.58% -
HSV(B) 70º 0.12% 0.61% -
XYZ 29.61 32.38 28.73 -
YUV 153.05 119.51 127.96 -
System Red Green Blue C M Y K H S L
Decimal 153 156 138 0.02 0 0.12 0.39 70 0.08 0.58
Hex 99 9C 8A 2 0 C 27 46 8 3A
Octal 231 234 212 2 0 14 47 106 10 72
Binary 10011001 10011100 10001010 10 0 1100 100111 1000110 1000 111010

Color Harmonies of #999C8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #999C8A

Black with #999C8A

Text Example


Text Example

White with #999C8A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,156,138); }

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

background-color css

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

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

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

border-color css

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

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

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