#8CA261

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

Shades of Chelsea Cucumber #8CA261

Tints of Chelsea Cucumber #8CA261

Color information

#8CA261 (or 0x8CA261) is unknown color: approx Chelsea Cucumber. HEX triplet: 8C, A2 and 61. RGB value is (140,162,97). Sum of RGB (Red+Green+Blue) = 140+162+97=399 (52% of max value = 765). Red value is 140 (55.08% from 255 or 35.09% from 399); Green value is 162 (63.67% from 255 or 40.60% from 399); Blue value is 97 (38.28% from 255 or 24.31% from 399); Max value from RGB is 162 - color contains mainly: green. Hex color #8CA261 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8CA261 is #735D9E. Grayscale: #949494. Windows color (decimal): -7560607 or 6398604. OLE color: 6398604.

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

Color convert

RGB14016297-
CMYK0.1400.400.36
HSL80.31º25.9%50.78%-
HSV(B)80.31º40.12%63.53%-
XYZ25.8932.2816.18-
YUV148.0199.21122.29-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 35.09%
GREEN value IS 162 (63.67% from 255) = 40.60%
BLUE value IS 97 (38.28% from 255) = 24.31%
R=35.09%
G=40.60%
B=24.31%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal140162970.1400.400.3680.3125.950.78
Hex8CA261E02824501a33
Octal21424214116050441203263
Binary1000110010100010110000111100101000100100101000011010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CA261

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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