#8BCE97

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

Shades of De York #8BCE97

Tints of De York #8BCE97

Color information

#8BCE97 (or 0x8BCE97) is unknown color: approx De York. HEX triplet: 8B, CE and 97. RGB value is (139,206,151). Sum of RGB (Red+Green+Blue) = 139+206+151=496 (65% of max value = 765). Red value is 139 (54.69% from 255 or 28.02% from 496); Green value is 206 (80.86% from 255 or 41.53% from 496); Blue value is 151 (59.38% from 255 or 30.44% from 496); Max value from RGB is 206 - color contains mainly: green. Hex color #8BCE97 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8BCE97 is #743168. Grayscale: #B3B3B3. Windows color (decimal): -7614825 or 9948811. OLE color: 9948811.

HSL color Cylindrical-coordinate representation of color #8BCE97: hue angle of 130.75º degrees, saturation: 0.41, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8BCE97 is Cyan = 0.33, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.19.

Color convert

RGB139206151-
CMYK0.3300.270.19
HSL130.75º40.61%67.65%-
HSV(B)130.75º32.52%80.78%-
XYZ38.351.8737.27-
YUV179.7111.898.97-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 28.02%
GREEN value IS 206 (80.86% from 255) = 41.53%
BLUE value IS 151 (59.38% from 255) = 30.44%
R=28.02%
G=41.53%
B=30.44%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1392061510.3300.270.19130.7540.6167.65
Hex8BCE972101B13832944
Octal213316227410332320351104
Binary10001011110011101001011110000101101110011100000111010011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BCE97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,206,151); }

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

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

 a { background-color: rgb(139,206,151); }

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

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

 span { border-color: rgb(139,206,151); }

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