#8CA255

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

Shades of Chelsea Cucumber #8CA255

Tints of Chelsea Cucumber #8CA255

Color information

#8CA255 (or 0x8CA255) is unknown color: approx Chelsea Cucumber. HEX triplet: 8C, A2 and 55. RGB value is (140,162,85). Sum of RGB (Red+Green+Blue) = 140+162+85=387 (51% of max value = 765). Red value is 140 (55.08% from 255 or 36.18% from 387); Green value is 162 (63.67% from 255 or 41.86% from 387); Blue value is 85 (33.59% from 255 or 21.96% from 387); Max value from RGB is 162 - color contains mainly: green. Hex color #8CA255 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8CA255 is #735DAA. Grayscale: #929292. Windows color (decimal): -7560619 or 5612172. OLE color: 5612172.

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

Color convert

RGB14016285-
CMYK0.1400.480.36
HSL77.14º31.17%48.43%-
HSV(B)77.14º47.53%63.53%-
XYZ25.3832.0713.45-
YUV146.6493.21123.26-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 36.18%
GREEN value IS 162 (63.67% from 255) = 41.86%
BLUE value IS 85 (33.59% from 255) = 21.96%
R=36.18%
G=41.86%
B=21.96%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal140162850.1400.480.3677.1431.1748.43
Hex8CA255E030244d1f30
Octal21424212516060441153760
Binary1000110010100010101010111100110000100100100110111111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CA255

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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