#8BD190

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

Shades of De York #8BD190

Tints of De York #8BD190

Color information

#8BD190 (or 0x8BD190) is unknown color: approx De York. HEX triplet: 8B, D1 and 90. RGB value is (139,209,144). Sum of RGB (Red+Green+Blue) = 139+209+144=492 (65% of max value = 765). Red value is 139 (54.69% from 255 or 28.25% from 492); Green value is 209 (82.03% from 255 or 42.48% from 492); Blue value is 144 (56.64% from 255 or 29.27% from 492); Max value from RGB is 209 - color contains mainly: green. Hex color #8BD190 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8BD190 is #742E6F. Grayscale: #B4B4B4. Windows color (decimal): -7614064 or 9490827. OLE color: 9490827.

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

Color convert

RGB139209144-
CMYK0.3300.310.18
HSL124.29º43.21%68.24%-
HSV(B)124.29º33.49%81.96%-
XYZ38.4853.134.61-
YUV180.66107.3198.29-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 28.25%
GREEN value IS 209 (82.03% from 255) = 42.48%
BLUE value IS 144 (56.64% from 255) = 29.27%
R=28.25%
G=42.48%
B=29.27%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1392091440.3300.310.18124.2943.2168.24
Hex8BD1902101F127c2b44
Octal213321220410372217453104
Binary1000101111010001100100001000010111111001011111001010111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BD190

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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