Html Css Color HEX #8F9185 Lemon Grass

📋 copy color: '#8F9185'

red 143 ◦ green 145 ◦ blue 133

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

Shades of Lemon Grass #8F9185

Tints of Lemon Grass #8F9185

RGB

 RED value IS 143 (56.25% from 255) = 33.97%

 GREEN value IS 145 (57.03% from 255) = 34.44%

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

R = 33.97%
G = 34.44%
B = 31.59%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.08

 K value IS 0.43

RGB Variations

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

Color information

#8F9185 (or 0x8F9185) is known color: Lemon Grass. HEX triplet: 8F, 91 and 85. RGB value is (143,145,133). Sum of RGB (Red+Green+Blue) = 143+145+133=421 (55% of max value = 765). Red value is 143 (56.25% from 255 or 33.97% from 421); Green value is 145 (57.03% from 255 or 34.44% from 421); Blue value is 133 (52.34% from 255 or 31.59% from 421); Max value from RGB is 145 - color contains mainly: green. Hex color #8F9185 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8F9185 is #706E7A. Grayscale: #8F8F8F. Windows color (decimal): -7368315 or 8753551. OLE color: 8753551.

HSL color Cylindrical-coordinate representation of color #8F9185: hue angle of 70º degrees, saturation: 0.05, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #8F9185 is Cyan = 0.01, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.43.

Color convert

RGB 143 145 133 -
CMYK 0.01 0 0.08 0.43
HSL 70º 0.05% 0.55% -
HSV(B) 70º 0.08% 0.57% -
XYZ 25.69 27.78 26.2 -
YUV 143.03 122.34 127.98 -
System Red Green Blue C M Y K H S L
Decimal 143 145 133 0.01 0 0.08 0.43 70 0.05 0.55
Hex 8F 91 85 1 0 8 2B 46 5 37
Octal 217 221 205 1 0 10 53 106 5 67
Binary 10001111 10010001 10000101 1 0 1000 101011 1000110 101 110111

Color Harmonies of #8F9185

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F9185

Black with #8F9185

Text Example


Text Example

White with #8F9185

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8F9185; }

 p { color: rgb(143,145,133); }

 H1.HeaderClassName
 {
   color: #8F9185;
 }
 .AnyTagClassName
 {
   color: #8F9185;
 }
</style>

background-color css

<style>
 a { background-color: #8F9185; }

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

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

border-color css

<style>
 span { border-color: #8F9185; }

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

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