#8CAB55

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

Shades of Chelsea Cucumber #8CAB55

Tints of Chelsea Cucumber #8CAB55

Color information

#8CAB55 (or 0x8CAB55) is unknown color: approx Chelsea Cucumber. HEX triplet: 8C, AB and 55. RGB value is (140,171,85). Sum of RGB (Red+Green+Blue) = 140+171+85=396 (52% of max value = 765). Red value is 140 (55.08% from 255 or 35.35% from 396); Green value is 171 (67.19% from 255 or 43.18% from 396); Blue value is 85 (33.59% from 255 or 21.46% from 396); Max value from RGB is 171 - color contains mainly: green. Hex color #8CAB55 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8CAB55 is #7354AA. Grayscale: #989898. Windows color (decimal): -7558315 or 5614476. OLE color: 5614476.

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

Color convert

RGB14017185-
CMYK0.1800.500.33
HSL81.63º33.86%50.2%-
HSV(B)81.63º50.29%67.06%-
XYZ27.0235.3613.99-
YUV151.9390.23119.49-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 35.35%
GREEN value IS 171 (67.19% from 255) = 43.18%
BLUE value IS 85 (33.59% from 255) = 21.46%
R=35.35%
G=43.18%
B=21.46%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal140171850.1800.500.3381.6333.8650.2
Hex8CAB551203221522232
Octal21425312522062411224262
Binary100011001010101110101011001001100101000011010010100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CAB55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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