#8CAA51

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

Shades of Chelsea Cucumber #8CAA51

Tints of Chelsea Cucumber #8CAA51

Color information

#8CAA51 (or 0x8CAA51) is unknown color: approx Chelsea Cucumber. HEX triplet: 8C, AA and 51. RGB value is (140,170,81). Sum of RGB (Red+Green+Blue) = 140+170+81=391 (51% of max value = 765). Red value is 140 (55.08% from 255 or 35.81% from 391); Green value is 170 (66.80% from 255 or 43.48% from 391); Blue value is 81 (32.03% from 255 or 20.72% from 391); Max value from RGB is 170 - color contains mainly: green. Hex color #8CAA51 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8CAA51 is #7355AE. Grayscale: #979797. Windows color (decimal): -7558575 or 5352076. OLE color: 5352076.

HSL color Cylindrical-coordinate representation of color #8CAA51: hue angle of 80.22º degrees, saturation: 0.35, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #8CAA51 is Cyan = 0.18, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.33.

Color convert

RGB14017081-
CMYK0.1800.520.33
HSL80.22º35.46%49.22%-
HSV(B)80.22º52.35%66.67%-
XYZ26.6834.9213.12-
YUV150.8888.56120.24-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 35.81%
GREEN value IS 170 (66.80% from 255) = 43.48%
BLUE value IS 81 (32.03% from 255) = 20.72%
R=35.81%
G=43.48%
B=20.72%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal140170810.1800.520.3380.2235.4649.22
Hex8CAA511203421502331
Octal21425212122064411204361
Binary100011001010101010100011001001101001000011010000100011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CAA51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,170,81); }

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

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

 a { background-color: rgb(140,170,81); }

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

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

 span { border-color: rgb(140,170,81); }

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