#8CAB52

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

Shades of Chelsea Cucumber #8CAB52

Tints of Chelsea Cucumber #8CAB52

Color information

#8CAB52 (or 0x8CAB52) is unknown color: approx Chelsea Cucumber. HEX triplet: 8C, AB and 52. RGB value is (140,171,82). Sum of RGB (Red+Green+Blue) = 140+171+82=393 (52% of max value = 765). Red value is 140 (55.08% from 255 or 35.62% from 393); Green value is 171 (67.19% from 255 or 43.51% from 393); Blue value is 82 (32.42% from 255 or 20.87% from 393); Max value from RGB is 171 - color contains mainly: green. Hex color #8CAB52 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8CAB52 is #7354AD. Grayscale: #979797. Windows color (decimal): -7558318 or 5417868. OLE color: 5417868.

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

Color convert

RGB14017182-
CMYK0.1800.520.33
HSL80.9º35.18%49.61%-
HSV(B)80.9º52.05%67.06%-
XYZ26.935.3113.38-
YUV151.5888.73119.74-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 35.62%
GREEN value IS 171 (67.19% from 255) = 43.51%
BLUE value IS 82 (32.42% from 255) = 20.87%
R=35.62%
G=43.51%
B=20.87%

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
Decimal140171820.1800.520.3380.935.1849.61
Hex8CAB521203421512332
Octal21425312222064411214362
Binary100011001010101110100101001001101001000011010001100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CAB52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,171,82); }

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

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

 a { background-color: rgb(140,171,82); }

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

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

 span { border-color: rgb(140,171,82); }

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