Html Css Color HEX #9C9A85 Lemon Grass

📋 copy color: '#9C9A85'

red 156 ◦ green 154 ◦ blue 133

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

Shades of Lemon Grass #9C9A85

Tints of Lemon Grass #9C9A85

RGB

 RED value IS 156 (61.33% from 255) = 35.21%

 GREEN value IS 154 (60.55% from 255) = 34.76%

 BLUE value IS 133 (52.34% from 255) = 30.02%

R = 35.21%
G = 34.76%
B = 30.02%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.15

 K value IS 0.39

RGB Variations

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

Color information

#9C9A85 (or 0x9C9A85) is known color: Lemon Grass. HEX triplet: 9C, 9A and 85. RGB value is (156,154,133). Sum of RGB (Red+Green+Blue) = 156+154+133=443 (58% of max value = 765). Red value is 156 (61.33% from 255 or 35.21% from 443); Green value is 154 (60.55% from 255 or 34.76% from 443); Blue value is 133 (52.34% from 255 or 30.02% from 443); Max value from RGB is 156 - color contains mainly: red. Hex color #9C9A85 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9C9A85 is #63657A. Grayscale: #989898. Windows color (decimal): -6514043 or 8755868. OLE color: 8755868.

HSL color Cylindrical-coordinate representation of color #9C9A85: hue angle of 54.78º degrees, saturation: 0.1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #9C9A85 is Cyan = 0, Magento = 0.01, Yellow = 0.15 and Black (K on CMYK) = 0.39.

Color convert

RGB 156 154 133 -
CMYK 0 0.01 0.15 0.39
HSL 54.78º 0.1% 0.57% -
HSV(B) 54.78º 0.15% 0.61% -
XYZ 29.5 31.87 26.79 -
YUV 152.2 117.16 130.71 -
System Red Green Blue C M Y K H S L
Decimal 156 154 133 0 0.01 0.15 0.39 54.78 0.1 0.57
Hex 9C 9A 85 0 1 F 27 37 A 39
Octal 234 232 205 0 1 17 47 67 12 71
Binary 10011100 10011010 10000101 0 1 1111 100111 110111 1010 111001

Color Harmonies of #9C9A85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C9A85

Black with #9C9A85

Text Example


Text Example

White with #9C9A85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9C9A85; }

 p { color: rgb(156,154,133); }

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

background-color css

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

 a { background-color: rgb(156,154,133); }

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

border-color css

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

 span { border-color: rgb(156,154,133); }

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