#8BD895

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

Shades of De York #8BD895

Tints of De York #8BD895

Color information

#8BD895 (or 0x8BD895) is unknown color: approx De York. HEX triplet: 8B, D8 and 95. RGB value is (139,216,149). Sum of RGB (Red+Green+Blue) = 139+216+149=504 (66% of max value = 765). Red value is 139 (54.69% from 255 or 27.58% from 504); Green value is 216 (84.77% from 255 or 42.86% from 504); Blue value is 149 (58.59% from 255 or 29.56% from 504); Max value from RGB is 216 - color contains mainly: green. Hex color #8BD895 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8BD895 is #74276A. Grayscale: #B9B9B9. Windows color (decimal): -7612267 or 9820299. OLE color: 9820299.

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

Color convert

RGB139216149-
CMYK0.3600.310.15
HSL127.79º49.68%69.61%-
HSV(B)127.79º35.65%84.71%-
XYZ40.6356.7737.25-
YUV185.34107.4994.95-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 27.58%
GREEN value IS 216 (84.77% from 255) = 42.86%
BLUE value IS 149 (58.59% from 255) = 29.56%
R=27.58%
G=42.86%
B=29.56%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1392161490.3600.310.15127.7949.6869.61
Hex8BD8952401FF803246
Octal213330225440371720062106
Binary1000101111011000100101011001000111111111100000001100101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BD895

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,216,149); }

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

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

 a { background-color: rgb(139,216,149); }

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

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

 span { border-color: rgb(139,216,149); }

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