#8CBA45

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

Shades of Chelsea Cucumber #8CBA45

Tints of Chelsea Cucumber #8CBA45

Color information

#8CBA45 (or 0x8CBA45) is unknown color: approx Chelsea Cucumber. HEX triplet: 8C, BA and 45. RGB value is (140,186,69). Sum of RGB (Red+Green+Blue) = 140+186+69=395 (52% of max value = 765). Red value is 140 (55.08% from 255 or 35.44% from 395); Green value is 186 (73.05% from 255 or 47.09% from 395); Blue value is 69 (27.34% from 255 or 17.47% from 395); Max value from RGB is 186 - color contains mainly: green. Hex color #8CBA45 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8CBA45 is #7345BA. Grayscale: #9F9F9F. Windows color (decimal): -7554491 or 4569740. OLE color: 4569740.

HSL color Cylindrical-coordinate representation of color #8CBA45: hue angle of 83.59º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #8CBA45 is Cyan = 0.25, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.27.

Color convert

RGB14018669-
CMYK0.2500.630.27
HSL83.59º45.88%50%-
HSV(B)83.59º62.9%72.94%-
XYZ29.4541.1212.02-
YUV158.9177.26114.51-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 35.44%
GREEN value IS 186 (73.05% from 255) = 47.09%
BLUE value IS 69 (27.34% from 255) = 17.47%
R=35.44%
G=47.09%
B=17.47%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal140186690.2500.630.2783.5945.8850
Hex8CBA451903F1B542e32
Octal21427210531077331245662
Binary10001100101110101000101110010111111110111010100101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CBA45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,186,69); }

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

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

 a { background-color: rgb(140,186,69); }

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

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

 span { border-color: rgb(140,186,69); }

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