Html Css Color HEX #9F9F85 Lemon Grass

📋 copy color: '#9F9F85'

red 159 ◦ green 159 ◦ blue 133

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

Shades of Lemon Grass #9F9F85

Tints of Lemon Grass #9F9F85

RGB

 RED value IS 159 (62.5% from 255) = 35.25%

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

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

R = 35.25%
G = 35.25%
B = 29.49%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.16

 K value IS 0.38

RGB Variations

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

Color information

#9F9F85 (or 0x9F9F85) is known color: Lemon Grass. HEX triplet: 9F, 9F and 85. RGB value is (159,159,133). Sum of RGB (Red+Green+Blue) = 159+159+133=451 (59% of max value = 765). Red value is 159 (62.5% from 255 or 35.25% from 451); Green value is 159 (62.5% from 255 or 35.25% from 451); Blue value is 133 (52.34% from 255 or 29.49% from 451); Max value from RGB is 159 - color contains mainly: red, green. Hex color #9F9F85 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9F9F85 is #60607A. Grayscale: #9C9C9C. Windows color (decimal): -6316155 or 8757151. OLE color: 8757151.

HSL color Cylindrical-coordinate representation of color #9F9F85: hue angle of 60º 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 #9F9F85 is Cyan = 0, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 159 133 -
CMYK 0 0 0.16 0.38
HSL 60º 0.12% 0.57% -
HSV(B) 60º 0.16% 0.62% -
XYZ 30.93 33.86 27.1 -
YUV 156.04 115 130.11 -
System Red Green Blue C M Y K H S L
Decimal 159 159 133 0 0 0.16 0.38 60 0.12 0.57
Hex 9F 9F 85 0 0 10 26 3C C 39
Octal 237 237 205 0 0 20 46 74 14 71
Binary 10011111 10011111 10000101 0 0 10000 100110 111100 1100 111001

Color Harmonies of #9F9F85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F9F85

Black with #9F9F85

Text Example


Text Example

White with #9F9F85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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