#8BDA84

Color #8BDA84 De York (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of De York #8BDA84

Tints of De York #8BDA84

Color information

#8BDA84 (or 0x8BDA84) is unknown color: approx De York. HEX triplet: 8B, DA and 84. RGB value is (139,218,132). Sum of RGB (Red+Green+Blue) = 139+218+132=489 (64% of max value = 765). Red value is 139 (54.69% from 255 or 28.43% from 489); Green value is 218 (85.55% from 255 or 44.58% from 489); Blue value is 132 (51.95% from 255 or 26.99% from 489); Max value from RGB is 218 - color contains mainly: green. Hex color #8BDA84 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8BDA84 is #74257B. Grayscale: #B8B8B8. Windows color (decimal): -7611772 or 8706699. OLE color: 8706699.

HSL color Cylindrical-coordinate representation of color #8BDA84: hue angle of 115.12º degrees, saturation: 0.54, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8BDA84 is Cyan = 0.36, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.15.

Color convert

RGB139218132-
CMYK0.3600.390.15
HSL115.12º53.75%68.63%-
HSV(B)115.12º39.45%85.49%-
XYZ39.8857.330.79-
YUV184.5898.3395.49-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 28.43%
GREEN value IS 218 (85.55% from 255) = 44.58%
BLUE value IS 132 (51.95% from 255) = 26.99%
R=28.43%
G=44.58%
B=26.99%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1392181320.3600.390.15115.1253.7568.63
Hex8BDA8424027F733645
Octal213332204440471716366105
Binary1000101111011010100001001001000100111111111100111101101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BDA84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,218,132); }

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

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

 a { background-color: rgb(139,218,132); }

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

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

 span { border-color: rgb(139,218,132); }

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