#8CBA4C

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

Shades of Chelsea Cucumber #8CBA4C

Tints of Chelsea Cucumber #8CBA4C

Color information

#8CBA4C (or 0x8CBA4C) is unknown color: approx Chelsea Cucumber. HEX triplet: 8C, BA and 4C. RGB value is (140,186,76). Sum of RGB (Red+Green+Blue) = 140+186+76=402 (53% of max value = 765). Red value is 140 (55.08% from 255 or 34.83% from 402); Green value is 186 (73.05% from 255 or 46.27% from 402); Blue value is 76 (30.08% from 255 or 18.91% from 402); Max value from RGB is 186 - color contains mainly: green. Hex color #8CBA4C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8CBA4C is #7345B3. Grayscale: #A0A0A0. Windows color (decimal): -7554484 or 5028492. OLE color: 5028492.

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

Color convert

RGB14018676-
CMYK0.2500.590.27
HSL85.09º44.35%51.37%-
HSV(B)85.09º59.14%72.94%-
XYZ29.6841.2213.23-
YUV159.7180.76113.94-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 34.83%
GREEN value IS 186 (73.05% from 255) = 46.27%
BLUE value IS 76 (30.08% from 255) = 18.91%
R=34.83%
G=46.27%
B=18.91%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal140186760.2500.590.2785.0944.3551.37
Hex8CBA4C1903B1B552c33
Octal21427211431073331255463
Binary10001100101110101001100110010111011110111010101101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CBA4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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