#8DAB52

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

Shades of Chelsea Cucumber #8DAB52

Tints of Chelsea Cucumber #8DAB52

Color information

#8DAB52 (or 0x8DAB52) is unknown color: approx Chelsea Cucumber. HEX triplet: 8D, AB and 52. RGB value is (141,171,82). Sum of RGB (Red+Green+Blue) = 141+171+82=394 (52% of max value = 765). Red value is 141 (55.47% from 255 or 35.79% from 394); Green value is 171 (67.19% from 255 or 43.40% from 394); Blue value is 82 (32.42% from 255 or 20.81% from 394); Max value from RGB is 171 - color contains mainly: green. Hex color #8DAB52 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8DAB52 is #7254AD. Grayscale: #989898. Windows color (decimal): -7492782 or 5417869. OLE color: 5417869.

HSL color Cylindrical-coordinate representation of color #8DAB52: hue angle of 80.22º 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 #8DAB52 is Cyan = 0.18, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.33.

Color convert

RGB14117182-
CMYK0.1800.520.33
HSL80.22º35.18%49.61%-
HSV(B)80.22º52.05%67.06%-
XYZ27.0735.413.39-
YUV151.8888.56120.24-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 35.79%
GREEN value IS 171 (67.19% from 255) = 43.40%
BLUE value IS 82 (32.42% from 255) = 20.81%
R=35.79%
G=43.40%
B=20.81%

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
Decimal141171820.1800.520.3380.2235.1849.61
Hex8DAB521203421502332
Octal21525312222064411204362
Binary100011011010101110100101001001101001000011010000100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DAB52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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