#8CA259

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

Shades of Chelsea Cucumber #8CA259

Tints of Chelsea Cucumber #8CA259

Color information

#8CA259 (or 0x8CA259) is unknown color: approx Chelsea Cucumber. HEX triplet: 8C, A2 and 59. RGB value is (140,162,89). Sum of RGB (Red+Green+Blue) = 140+162+89=391 (51% of max value = 765). Red value is 140 (55.08% from 255 or 35.81% from 391); Green value is 162 (63.67% from 255 or 41.43% from 391); Blue value is 89 (35.16% from 255 or 22.76% from 391); Max value from RGB is 162 - color contains mainly: green. Hex color #8CA259 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8CA259 is #735DA6. Grayscale: #939393. Windows color (decimal): -7560615 or 5874316. OLE color: 5874316.

HSL color Cylindrical-coordinate representation of color #8CA259: hue angle of 78.08º degrees, saturation: 0.29, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8CA259 is Cyan = 0.14, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.36.

Color convert

RGB14016289-
CMYK0.1400.450.36
HSL78.08º29.08%49.22%-
HSV(B)78.08º45.06%63.53%-
XYZ25.5432.1414.31-
YUV147.195.21122.94-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 35.81%
GREEN value IS 162 (63.67% from 255) = 41.43%
BLUE value IS 89 (35.16% from 255) = 22.76%
R=35.81%
G=41.43%
B=22.76%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal140162890.1400.450.3678.0829.0849.22
Hex8CA259E02D244e1d31
Octal21424213116055441163561
Binary1000110010100010101100111100101101100100100111011101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CA259

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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