#8CA459

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

Shades of Chelsea Cucumber #8CA459

Tints of Chelsea Cucumber #8CA459

Color information

#8CA459 (or 0x8CA459) is unknown color: approx Chelsea Cucumber. HEX triplet: 8C, A4 and 59. RGB value is (140,164,89). Sum of RGB (Red+Green+Blue) = 140+164+89=393 (52% of max value = 765). Red value is 140 (55.08% from 255 or 35.62% from 393); Green value is 164 (64.45% from 255 or 41.73% from 393); Blue value is 89 (35.16% from 255 or 22.65% from 393); Max value from RGB is 164 - color contains mainly: green. Hex color #8CA459 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8CA459 is #735BA6. Grayscale: #949494. Windows color (decimal): -7560103 or 5874828. OLE color: 5874828.

HSL color Cylindrical-coordinate representation of color #8CA459: hue angle of 79.2º degrees, saturation: 0.3, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8CA459 is Cyan = 0.15, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.36.

Color convert

RGB14016489-
CMYK0.1500.460.36
HSL79.2º29.64%49.61%-
HSV(B)79.2º45.73%64.31%-
XYZ25.8932.8514.43-
YUV148.2794.55122.1-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 35.62%
GREEN value IS 164 (64.45% from 255) = 41.73%
BLUE value IS 89 (35.16% from 255) = 22.65%
R=35.62%
G=41.73%
B=22.65%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal140164890.1500.460.3679.229.6449.61
Hex8CA459F02E244f1e32
Octal21424413117056441173662
Binary1000110010100100101100111110101110100100100111111110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CA459

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,164,89); }

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

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

 a { background-color: rgb(140,164,89); }

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

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

 span { border-color: rgb(140,164,89); }

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