#8BDA8D

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

Shades of De York #8BDA8D

Tints of De York #8BDA8D

Color information

#8BDA8D (or 0x8BDA8D) is unknown color: approx De York. HEX triplet: 8B, DA and 8D. RGB value is (139,218,141). Sum of RGB (Red+Green+Blue) = 139+218+141=498 (65% of max value = 765). Red value is 139 (54.69% from 255 or 27.91% from 498); Green value is 218 (85.55% from 255 or 43.78% from 498); Blue value is 141 (55.47% from 255 or 28.31% from 498); Max value from RGB is 218 - color contains mainly: green. Hex color #8BDA8D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8BDA8D is #742572. Grayscale: #B9B9B9. Windows color (decimal): -7611763 or 9296523. OLE color: 9296523.

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

Color convert

RGB139218141-
CMYK0.3600.350.15
HSL121.52º51.63%70%-
HSV(B)121.52º36.24%85.49%-
XYZ40.5357.5534.17-
YUV185.6102.8394.76-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 27.91%
GREEN value IS 218 (85.55% from 255) = 43.78%
BLUE value IS 141 (55.47% from 255) = 28.31%
R=27.91%
G=43.78%
B=28.31%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1392181410.3600.350.15121.5251.6370
Hex8BDA8D24023F7a3446
Octal213332215440431717264106
Binary1000101111011010100011011001000100011111111110101101001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BDA8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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