#8CA159

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

Shades of Chelsea Cucumber #8CA159

Tints of Chelsea Cucumber #8CA159

Color information

#8CA159 (or 0x8CA159) is unknown color: approx Chelsea Cucumber. HEX triplet: 8C, A1 and 59. RGB value is (140,161,89). Sum of RGB (Red+Green+Blue) = 140+161+89=390 (51% of max value = 765). Red value is 140 (55.08% from 255 or 35.90% from 390); Green value is 161 (63.28% from 255 or 41.28% from 390); Blue value is 89 (35.16% from 255 or 22.82% from 390); Max value from RGB is 161 - color contains mainly: green. Hex color #8CA159 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8CA159 is #735EA6. Grayscale: #929292. Windows color (decimal): -7560871 or 5874060. OLE color: 5874060.

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

Color convert

RGB14016189-
CMYK0.1300.450.37
HSL77.5º28.8%49.02%-
HSV(B)77.5º44.72%63.14%-
XYZ25.3631.7914.25-
YUV146.5195.54123.35-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 35.90%
GREEN value IS 161 (63.28% from 255) = 41.28%
BLUE value IS 89 (35.16% from 255) = 22.82%
R=35.90%
G=41.28%
B=22.82%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal140161890.1300.450.3777.528.849.02
Hex8CA159D02D254e1d31
Octal21424113115055451163561
Binary1000110010100001101100111010101101100101100111011101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CA159

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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