#8CA161

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

Shades of Chelsea Cucumber #8CA161

Tints of Chelsea Cucumber #8CA161

Color information

#8CA161 (or 0x8CA161) is unknown color: approx Chelsea Cucumber. HEX triplet: 8C, A1 and 61. RGB value is (140,161,97). Sum of RGB (Red+Green+Blue) = 140+161+97=398 (52% of max value = 765). Red value is 140 (55.08% from 255 or 35.18% from 398); Green value is 161 (63.28% from 255 or 40.45% from 398); Blue value is 97 (38.28% from 255 or 24.37% from 398); Max value from RGB is 161 - color contains mainly: green. Hex color #8CA161 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8CA161 is #735E9E. Grayscale: #939393. Windows color (decimal): -7560863 or 6398348. OLE color: 6398348.

HSL color Cylindrical-coordinate representation of color #8CA161: hue angle of 79.69º degrees, saturation: 0.25, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8CA161 is Cyan = 0.13, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.37.

Color convert

RGB14016197-
CMYK0.1300.400.37
HSL79.69º25.4%50.59%-
HSV(B)79.69º39.75%63.14%-
XYZ25.7231.9316.12-
YUV147.4299.54122.7-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 35.18%
GREEN value IS 161 (63.28% from 255) = 40.45%
BLUE value IS 97 (38.28% from 255) = 24.37%
R=35.18%
G=40.45%
B=24.37%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal140161970.1300.400.3779.6925.450.59
Hex8CA161D02825501933
Octal21424114115050451203163
Binary1000110010100001110000111010101000100101101000011001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CA161

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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