#8BCA94

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

Shades of De York #8BCA94

Tints of De York #8BCA94

Color information

#8BCA94 (or 0x8BCA94) is unknown color: approx De York. HEX triplet: 8B, CA and 94. RGB value is (139,202,148). Sum of RGB (Red+Green+Blue) = 139+202+148=489 (64% of max value = 765). Red value is 139 (54.69% from 255 or 28.43% from 489); Green value is 202 (79.30% from 255 or 41.31% from 489); Blue value is 148 (58.20% from 255 or 30.27% from 489); Max value from RGB is 202 - color contains mainly: green. Hex color #8BCA94 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8BCA94 is #74356B. Grayscale: #B1B1B1. Windows color (decimal): -7615852 or 9751179. OLE color: 9751179.

HSL color Cylindrical-coordinate representation of color #8BCA94: hue angle of 128.57º 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 #8BCA94 is Cyan = 0.31, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.21.

Color convert

RGB139202148-
CMYK0.3100.270.21
HSL128.57º37.28%66.86%-
HSV(B)128.57º31.19%79.22%-
XYZ37.1149.8735.69-
YUV177.01111.63100.89-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 28.43%
GREEN value IS 202 (79.30% from 255) = 41.31%
BLUE value IS 148 (58.20% from 255) = 30.27%
R=28.43%
G=41.31%
B=30.27%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1392021480.3100.270.21128.5737.2866.86
Hex8BCA941F01B15812543
Octal213312224370332520145103
Binary1000101111001010100101001111101101110101100000011001011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BCA94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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