#8CB049

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

Shades of Chelsea Cucumber #8CB049

Tints of Chelsea Cucumber #8CB049

Color information

#8CB049 (or 0x8CB049) is unknown color: approx Chelsea Cucumber. HEX triplet: 8C, B0 and 49. RGB value is (140,176,73). Sum of RGB (Red+Green+Blue) = 140+176+73=389 (51% of max value = 765). Red value is 140 (55.08% from 255 or 35.99% from 389); Green value is 176 (69.14% from 255 or 45.24% from 389); Blue value is 73 (28.91% from 255 or 18.77% from 389); Max value from RGB is 176 - color contains mainly: green. Hex color #8CB049 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8CB049 is #734FB6. Grayscale: #999999. Windows color (decimal): -7557047 or 4829324. OLE color: 4829324.

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

Color convert

RGB14017673-
CMYK0.2000.590.31
HSL80.97º41.37%48.82%-
HSV(B)80.97º58.52%69.02%-
XYZ27.5437.1112.01-
YUV153.4982.57118.38-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 35.99%
GREEN value IS 176 (69.14% from 255) = 45.24%
BLUE value IS 73 (28.91% from 255) = 18.77%
R=35.99%
G=45.24%
B=18.77%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal140176730.2000.590.3180.9741.3748.82
Hex8CB0491403B1F512931
Octal21426011124073371215161
Binary10001100101100001001001101000111011111111010001101001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CB049

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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