#8BD18A

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

Shades of De York #8BD18A

Tints of De York #8BD18A

Color information

#8BD18A (or 0x8BD18A) is unknown color: approx De York. HEX triplet: 8B, D1 and 8A. RGB value is (139,209,138). Sum of RGB (Red+Green+Blue) = 139+209+138=486 (64% of max value = 765). Red value is 139 (54.69% from 255 or 28.60% from 486); Green value is 209 (82.03% from 255 or 43.00% from 486); Blue value is 138 (54.30% from 255 or 28.40% from 486); Max value from RGB is 209 - color contains mainly: green. Hex color #8BD18A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8BD18A is #742E75. Grayscale: #B4B4B4. Windows color (decimal): -7614070 or 9097611. OLE color: 9097611.

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

Color convert

RGB139209138-
CMYK0.3300.340.18
HSL119.15º43.56%68.04%-
HSV(B)119.15º33.97%81.96%-
XYZ38.0452.9232.26-
YUV179.98104.3198.77-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 28.60%
GREEN value IS 209 (82.03% from 255) = 43.00%
BLUE value IS 138 (54.30% from 255) = 28.40%
R=28.60%
G=43.00%
B=28.40%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1392091380.3300.340.18119.1543.5668.04
Hex8BD18A2102212772c44
Octal213321212410422216754104
Binary10001011110100011000101010000101000101001011101111011001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BD18A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,209,138); }

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

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

 a { background-color: rgb(139,209,138); }

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

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

 span { border-color: rgb(139,209,138); }

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