#8CB457

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

Shades of Chelsea Cucumber #8CB457

Tints of Chelsea Cucumber #8CB457

Color information

#8CB457 (or 0x8CB457) is unknown color: approx Chelsea Cucumber. HEX triplet: 8C, B4 and 57. RGB value is (140,180,87). Sum of RGB (Red+Green+Blue) = 140+180+87=407 (53% of max value = 765). Red value is 140 (55.08% from 255 or 34.40% from 407); Green value is 180 (70.70% from 255 or 44.23% from 407); Blue value is 87 (34.38% from 255 or 21.38% from 407); Max value from RGB is 180 - color contains mainly: green. Hex color #8CB457 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8CB457 is #734BA8. Grayscale: #9D9D9D. Windows color (decimal): -7556009 or 5747852. OLE color: 5747852.

HSL color Cylindrical-coordinate representation of color #8CB457: hue angle of 85.81º degrees, saturation: 0.38, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #8CB457 is Cyan = 0.22, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.29.

Color convert

RGB14018087-
CMYK0.2200.520.29
HSL85.81º38.27%52.35%-
HSV(B)85.81º51.67%70.59%-
XYZ28.8638.9115.01-
YUV157.4488.25115.56-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 34.40%
GREEN value IS 180 (70.70% from 255) = 44.23%
BLUE value IS 87 (34.38% from 255) = 21.38%
R=34.40%
G=44.23%
B=21.38%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal140180870.2200.520.2985.8138.2752.35
Hex8CB457160341D562634
Octal21426412726064351264664
Binary10001100101101001010111101100110100111011010110100110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CB457

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,180,87); }

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

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

 a { background-color: rgb(140,180,87); }

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

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

 span { border-color: rgb(140,180,87); }

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