Html Css Color HEX #999C80 Lemon Grass

📋 copy color: '#999C80'

red 153 ◦ green 156 ◦ blue 128

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

Shades of Lemon Grass #999C80

Tints of Lemon Grass #999C80

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 29.29%

R = 35.01%
G = 35.7%
B = 29.29%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.18

 K value IS 0.39

RGB Variations

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

Color information

#999C80 (or 0x999C80) is known color: Lemon Grass. HEX triplet: 99, 9C and 80. RGB value is (153,156,128). Sum of RGB (Red+Green+Blue) = 153+156+128=437 (57% of max value = 765). Red value is 153 (60.16% from 255 or 35.01% from 437); Green value is 156 (61.33% from 255 or 35.70% from 437); Blue value is 128 (50.39% from 255 or 29.29% from 437); Max value from RGB is 156 - color contains mainly: green. Hex color #999C80 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #999C80 is #66637F. Grayscale: #989898. Windows color (decimal): -6710144 or 8428697. OLE color: 8428697.

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

Color convert

RGB 153 156 128 -
CMYK 0.02 0 0.18 0.39
HSL 66.43º 0.12% 0.56% -
HSV(B) 66.43º 0.18% 0.61% -
XYZ 28.92 32.11 25.1 -
YUV 151.91 114.51 128.78 -
System Red Green Blue C M Y K H S L
Decimal 153 156 128 0.02 0 0.18 0.39 66.43 0.12 0.56
Hex 99 9C 80 2 0 12 27 42 C 38
Octal 231 234 200 2 0 22 47 102 14 70
Binary 10011001 10011100 10000000 10 0 10010 100111 1000010 1100 111000

Color Harmonies of #999C80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #999C80

Black with #999C80

Text Example


Text Example

White with #999C80

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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