#8CB05C

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

Shades of Chelsea Cucumber #8CB05C

Tints of Chelsea Cucumber #8CB05C

Color information

#8CB05C (or 0x8CB05C) is unknown color: approx Chelsea Cucumber. HEX triplet: 8C, B0 and 5C. RGB value is (140,176,92). Sum of RGB (Red+Green+Blue) = 140+176+92=408 (54% of max value = 765). Red value is 140 (55.08% from 255 or 34.31% from 408); Green value is 176 (69.14% from 255 or 43.14% from 408); Blue value is 92 (36.33% from 255 or 22.55% from 408); Max value from RGB is 176 - color contains mainly: green. Hex color #8CB05C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8CB05C is #734FA3. Grayscale: #9B9B9B. Windows color (decimal): -7557028 or 6074508. OLE color: 6074508.

HSL color Cylindrical-coordinate representation of color #8CB05C: hue angle of 85.71º degrees, saturation: 0.35, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #8CB05C is Cyan = 0.20, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.31.

Color convert

RGB14017692-
CMYK0.2000.480.31
HSL85.71º34.71%52.55%-
HSV(B)85.71º47.73%69.02%-
XYZ28.2737.415.85-
YUV155.6692.07116.83-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 34.31%
GREEN value IS 176 (69.14% from 255) = 43.14%
BLUE value IS 92 (36.33% from 255) = 22.55%
R=34.31%
G=43.14%
B=22.55%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal140176920.2000.480.3185.7134.7152.55
Hex8CB05C140301F562335
Octal21426013424060371264365
Binary10001100101100001011100101000110000111111010110100011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CB05C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,176,92); }

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

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

 a { background-color: rgb(140,176,92); }

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

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

 span { border-color: rgb(140,176,92); }

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