#8FB85B

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

Shades of Chelsea Cucumber #8FB85B

Tints of Chelsea Cucumber #8FB85B

Color information

#8FB85B (or 0x8FB85B) is unknown color: approx Chelsea Cucumber. HEX triplet: 8F, B8 and 5B. RGB value is (143,184,91). Sum of RGB (Red+Green+Blue) = 143+184+91=418 (55% of max value = 765). Red value is 143 (56.25% from 255 or 34.21% from 418); Green value is 184 (72.27% from 255 or 44.02% from 418); Blue value is 91 (35.94% from 255 or 21.77% from 418); Max value from RGB is 184 - color contains mainly: green. Hex color #8FB85B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8FB85B is #7047A4. Grayscale: #A1A1A1. Windows color (decimal): -7358373 or 6011023. OLE color: 6011023.

HSL color Cylindrical-coordinate representation of color #8FB85B: hue angle of 86.45º degrees, saturation: 0.4, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #8FB85B is Cyan = 0.22, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.28.

Color convert

RGB14318491-
CMYK0.2200.510.28
HSL86.45º39.57%53.92%-
HSV(B)86.45º50.54%72.16%-
XYZ30.3640.8816.19-
YUV161.1488.42115.06-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 34.21%
GREEN value IS 184 (72.27% from 255) = 44.02%
BLUE value IS 91 (35.94% from 255) = 21.77%
R=34.21%
G=44.02%
B=21.77%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal143184910.2200.510.2886.4539.5753.92
Hex8FB85B160331C562836
Octal21727013326063341265066
Binary10001111101110001011011101100110011111001010110101000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FB85B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,184,91); }

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

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

 a { background-color: rgb(143,184,91); }

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

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

 span { border-color: rgb(143,184,91); }

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