#8CA55C

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

Shades of Chelsea Cucumber #8CA55C

Tints of Chelsea Cucumber #8CA55C

Color information

#8CA55C (or 0x8CA55C) is unknown color: approx Chelsea Cucumber. HEX triplet: 8C, A5 and 5C. RGB value is (140,165,92). Sum of RGB (Red+Green+Blue) = 140+165+92=397 (52% of max value = 765). Red value is 140 (55.08% from 255 or 35.26% from 397); Green value is 165 (64.84% from 255 or 41.56% from 397); Blue value is 92 (36.33% from 255 or 23.17% from 397); Max value from RGB is 165 - color contains mainly: green. Hex color #8CA55C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8CA55C is #735AA3. Grayscale: #959595. Windows color (decimal): -7559844 or 6071692. OLE color: 6071692.

HSL color Cylindrical-coordinate representation of color #8CA55C: hue angle of 80.55º degrees, saturation: 0.29, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8CA55C is Cyan = 0.15, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.35.

Color convert

RGB14016592-
CMYK0.1500.440.35
HSL80.55º28.85%50.39%-
HSV(B)80.55º44.24%64.71%-
XYZ26.233.2615.16-
YUV149.295.72121.44-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 35.26%
GREEN value IS 165 (64.84% from 255) = 41.56%
BLUE value IS 92 (36.33% from 255) = 23.17%
R=35.26%
G=41.56%
B=23.17%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal140165920.1500.440.3580.5528.8550.39
Hex8CA55CF02C23511d32
Octal21424513417054431213562
Binary1000110010100101101110011110101100100011101000111101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CA55C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,165,92); }

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

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

 a { background-color: rgb(140,165,92); }

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

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

 span { border-color: rgb(140,165,92); }

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