#8DAB50

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

Shades of Chelsea Cucumber #8DAB50

Tints of Chelsea Cucumber #8DAB50

Color information

#8DAB50 (or 0x8DAB50) is unknown color: approx Chelsea Cucumber. HEX triplet: 8D, AB and 50. RGB value is (141,171,80). Sum of RGB (Red+Green+Blue) = 141+171+80=392 (51% of max value = 765). Red value is 141 (55.47% from 255 or 35.97% from 392); Green value is 171 (67.19% from 255 or 43.62% from 392); Blue value is 80 (31.64% from 255 or 20.41% from 392); Max value from RGB is 171 - color contains mainly: green. Hex color #8DAB50 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8DAB50 is #7254AF. Grayscale: #979797. Windows color (decimal): -7492784 or 5286797. OLE color: 5286797.

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

Color convert

RGB14117180-
CMYK0.1800.530.33
HSL79.78º36.25%49.22%-
HSV(B)79.78º53.22%67.06%-
XYZ2735.3712.99-
YUV151.6687.56120.4-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 35.97%
GREEN value IS 171 (67.19% from 255) = 43.62%
BLUE value IS 80 (31.64% from 255) = 20.41%
R=35.97%
G=43.62%
B=20.41%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal141171800.1800.530.3379.7836.2549.22
Hex8DAB501203521502431
Octal21525312022065411204461
Binary100011011010101110100001001001101011000011010000100100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DAB50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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