#8BCA96

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

Shades of De York #8BCA96

Tints of De York #8BCA96

Color information

#8BCA96 (or 0x8BCA96) is unknown color: approx De York. HEX triplet: 8B, CA and 96. RGB value is (139,202,150). Sum of RGB (Red+Green+Blue) = 139+202+150=491 (65% of max value = 765). Red value is 139 (54.69% from 255 or 28.31% from 491); Green value is 202 (79.30% from 255 or 41.14% from 491); Blue value is 150 (58.98% from 255 or 30.55% from 491); Max value from RGB is 202 - color contains mainly: green. Hex color #8BCA96 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8BCA96 is #743569. Grayscale: #B1B1B1. Windows color (decimal): -7615850 or 9882251. OLE color: 9882251.

HSL color Cylindrical-coordinate representation of color #8BCA96: hue angle of 130.48º degrees, saturation: 0.37, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8BCA96 is Cyan = 0.31, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.21.

Color convert

RGB139202150-
CMYK0.3100.260.21
HSL130.48º37.28%66.86%-
HSV(B)130.48º31.19%79.22%-
XYZ37.2749.9336.53-
YUV177.24112.63100.73-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 28.31%
GREEN value IS 202 (79.30% from 255) = 41.14%
BLUE value IS 150 (58.98% from 255) = 30.55%
R=28.31%
G=41.14%
B=30.55%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1392021500.3100.260.21130.4837.2866.86
Hex8BCA961F01A15822543
Octal213312226370322520245103
Binary1000101111001010100101101111101101010101100000101001011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BCA96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,202,150); }

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

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

 a { background-color: rgb(139,202,150); }

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

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

 span { border-color: rgb(139,202,150); }

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