#8CA461

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

Shades of Chelsea Cucumber #8CA461

Tints of Chelsea Cucumber #8CA461

Color information

#8CA461 (or 0x8CA461) is unknown color: approx Chelsea Cucumber. HEX triplet: 8C, A4 and 61. RGB value is (140,164,97). Sum of RGB (Red+Green+Blue) = 140+164+97=401 (53% of max value = 765). Red value is 140 (55.08% from 255 or 34.91% from 401); Green value is 164 (64.45% from 255 or 40.90% from 401); Blue value is 97 (38.28% from 255 or 24.19% from 401); Max value from RGB is 164 - color contains mainly: green. Hex color #8CA461 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8CA461 is #735B9E. Grayscale: #959595. Windows color (decimal): -7560095 or 6399116. OLE color: 6399116.

HSL color Cylindrical-coordinate representation of color #8CA461: hue angle of 81.49º degrees, saturation: 0.27, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8CA461 is Cyan = 0.15, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.36.

Color convert

RGB14016497-
CMYK0.1500.410.36
HSL81.49º26.91%51.18%-
HSV(B)81.49º40.85%64.31%-
XYZ26.2532.9916.29-
YUV149.1998.55121.45-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 34.91%
GREEN value IS 164 (64.45% from 255) = 40.90%
BLUE value IS 97 (38.28% from 255) = 24.19%
R=34.91%
G=40.90%
B=24.19%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal140164970.1500.410.3681.4926.9151.18
Hex8CA461F02924511b33
Octal21424414117051441213363
Binary1000110010100100110000111110101001100100101000111011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CA461

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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