#8BD993

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

Shades of De York #8BD993

Tints of De York #8BD993

Color information

#8BD993 (or 0x8BD993) is unknown color: approx De York. HEX triplet: 8B, D9 and 93. RGB value is (139,217,147). Sum of RGB (Red+Green+Blue) = 139+217+147=503 (66% of max value = 765). Red value is 139 (54.69% from 255 or 27.63% from 503); Green value is 217 (85.16% from 255 or 43.14% from 503); Blue value is 147 (57.81% from 255 or 29.22% from 503); Max value from RGB is 217 - color contains mainly: green. Hex color #8BD993 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8BD993 is #74266C. Grayscale: #B9B9B9. Windows color (decimal): -7612013 or 9689483. OLE color: 9689483.

HSL color Cylindrical-coordinate representation of color #8BD993: hue angle of 126.15º degrees, saturation: 0.51, 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 #8BD993 is Cyan = 0.36, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.15.

Color convert

RGB139217147-
CMYK0.3600.320.15
HSL126.15º50.65%69.8%-
HSV(B)126.15º35.94%85.1%-
XYZ40.7357.2236.5-
YUV185.7106.1694.69-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 27.63%
GREEN value IS 217 (85.16% from 255) = 43.14%
BLUE value IS 147 (57.81% from 255) = 29.22%
R=27.63%
G=43.14%
B=29.22%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1392171470.3600.320.15126.1550.6569.8
Hex8BD99324020F7e3346
Octal213331223440401717663106
Binary1000101111011001100100111001000100000111111111101100111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BD993

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,217,147); }

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

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

 a { background-color: rgb(139,217,147); }

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

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

 span { border-color: rgb(139,217,147); }

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