#8FB058

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

Shades of Chelsea Cucumber #8FB058

Tints of Chelsea Cucumber #8FB058

Color information

#8FB058 (or 0x8FB058) is unknown color: approx Chelsea Cucumber. HEX triplet: 8F, B0 and 58. RGB value is (143,176,88). Sum of RGB (Red+Green+Blue) = 143+176+88=407 (53% of max value = 765). Red value is 143 (56.25% from 255 or 35.14% from 407); Green value is 176 (69.14% from 255 or 43.24% from 407); Blue value is 88 (34.77% from 255 or 21.62% from 407); Max value from RGB is 176 - color contains mainly: green. Hex color #8FB058 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8FB058 is #704FA7. Grayscale: #9C9C9C. Windows color (decimal): -7360424 or 5812367. OLE color: 5812367.

HSL color Cylindrical-coordinate representation of color #8FB058: hue angle of 82.5º degrees, saturation: 0.36, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8FB058 is Cyan = 0.19, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.31.

Color convert

RGB14317688-
CMYK0.1900.500.31
HSL82.5º35.77%51.76%-
HSV(B)82.5º50%69.02%-
XYZ28.6137.5914.98-
YUV156.189.57118.66-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 35.14%
GREEN value IS 176 (69.14% from 255) = 43.24%
BLUE value IS 88 (34.77% from 255) = 21.62%
R=35.14%
G=43.24%
B=21.62%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal143176880.1900.500.3182.535.7751.76
Hex8FB058130321F522434
Octal21726013023062371224464
Binary10001111101100001011000100110110010111111010010100100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FB058

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,176,88); }

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

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

 a { background-color: rgb(143,176,88); }

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

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

 span { border-color: rgb(143,176,88); }

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