#8FB160

Color #8FB160 Chelsea Cucumber (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chelsea Cucumber #8FB160

Tints of Chelsea Cucumber #8FB160

Color information

#8FB160 (or 0x8FB160) is unknown color: approx Chelsea Cucumber. HEX triplet: 8F, B1 and 60. RGB value is (143,177,96). Sum of RGB (Red+Green+Blue) = 143+177+96=416 (55% of max value = 765). Red value is 143 (56.25% from 255 or 34.38% from 416); Green value is 177 (69.53% from 255 or 42.55% from 416); Blue value is 96 (37.89% from 255 or 23.08% from 416); Max value from RGB is 177 - color contains mainly: green. Hex color #8FB160 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8FB160 is #704E9F. Grayscale: #9D9D9D. Windows color (decimal): -7360160 or 6336911. OLE color: 6336911.

HSL color Cylindrical-coordinate representation of color #8FB160: hue angle of 85.19º degrees, saturation: 0.34, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8FB160 is Cyan = 0.19, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.31.

Color convert

RGB14317796-
CMYK0.1900.460.31
HSL85.19º34.18%53.53%-
HSV(B)85.19º45.76%69.41%-
XYZ29.1638.1316.89-
YUV157.693.24117.59-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 34.38%
GREEN value IS 177 (69.53% from 255) = 42.55%
BLUE value IS 96 (37.89% from 255) = 23.08%
R=34.38%
G=42.55%
B=23.08%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal143177960.1900.460.3185.1934.1853.53
Hex8FB1601302E1F552236
Octal21726114023056371254266
Binary10001111101100011100000100110101110111111010101100010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FB160

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,177,96); }

 H1.HeaderClassName
 {
   color: #8FB160;
 }
 .AnyTagClassName
 {
   color: #8FB160;
 }
</style>
background-color css

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

 a { background-color: rgb(143,177,96); }

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

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

 span { border-color: rgb(143,177,96); }

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