Html Css Color HEX #9C9F85 Lemon Grass

📋 copy color: '#9C9F85'

red 156 ◦ green 159 ◦ blue 133

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

Shades of Lemon Grass #9C9F85

Tints of Lemon Grass #9C9F85

RGB

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

 GREEN value IS 159 (62.5% from 255) = 35.49%

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

R = 34.82%
G = 35.49%
B = 29.69%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.16

 K value IS 0.38

RGB Variations

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

Color information

#9C9F85 (or 0x9C9F85) is known color: Lemon Grass. HEX triplet: 9C, 9F and 85. RGB value is (156,159,133). Sum of RGB (Red+Green+Blue) = 156+159+133=448 (59% of max value = 765). Red value is 156 (61.33% from 255 or 34.82% from 448); Green value is 159 (62.5% from 255 or 35.49% from 448); Blue value is 133 (52.34% from 255 or 29.69% from 448); Max value from RGB is 159 - color contains mainly: green. Hex color #9C9F85 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9C9F85 is #63607A. Grayscale: #9B9B9B. Windows color (decimal): -6512763 or 8757148. OLE color: 8757148.

HSL color Cylindrical-coordinate representation of color #9C9F85: hue angle of 66.92º degrees, saturation: 0.12, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #9C9F85 is Cyan = 0.02, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.38.

Color convert

RGB 156 159 133 -
CMYK 0.02 0 0.16 0.38
HSL 66.92º 0.12% 0.57% -
HSV(B) 66.92º 0.16% 0.62% -
XYZ 30.34 33.56 27.07 -
YUV 155.14 115.51 128.61 -
System Red Green Blue C M Y K H S L
Decimal 156 159 133 0.02 0 0.16 0.38 66.92 0.12 0.57
Hex 9C 9F 85 2 0 10 26 43 C 39
Octal 234 237 205 2 0 20 46 103 14 71
Binary 10011100 10011111 10000101 10 0 10000 100110 1000011 1100 111001

Color Harmonies of #9C9F85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C9F85

Black with #9C9F85

Text Example


Text Example

White with #9C9F85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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