#8BD08A

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

Shades of De York #8BD08A

Tints of De York #8BD08A

Color information

#8BD08A (or 0x8BD08A) is unknown color: approx De York. HEX triplet: 8B, D0 and 8A. RGB value is (139,208,138). Sum of RGB (Red+Green+Blue) = 139+208+138=485 (64% of max value = 765). Red value is 139 (54.69% from 255 or 28.66% from 485); Green value is 208 (81.64% from 255 or 42.89% from 485); Blue value is 138 (54.30% from 255 or 28.45% from 485); Max value from RGB is 208 - color contains mainly: green. Hex color #8BD08A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8BD08A is #742F75. Grayscale: #B3B3B3. Windows color (decimal): -7614326 or 9097355. OLE color: 9097355.

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

Color convert

RGB139208138-
CMYK0.3300.340.18
HSL119.14º42.68%67.84%-
HSV(B)119.14º33.65%81.57%-
XYZ37.7952.4432.17-
YUV179.39104.6499.19-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 28.66%
GREEN value IS 208 (81.64% from 255) = 42.89%
BLUE value IS 138 (54.30% from 255) = 28.45%
R=28.66%
G=42.89%
B=28.45%

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
Decimal1392081380.3300.340.18119.1442.6867.84
Hex8BD08A2102212772b44
Octal213320212410422216753104
Binary10001011110100001000101010000101000101001011101111010111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BD08A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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