#8BCE93

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

Shades of De York #8BCE93

Tints of De York #8BCE93

Color information

#8BCE93 (or 0x8BCE93) is unknown color: approx De York. HEX triplet: 8B, CE and 93. RGB value is (139,206,147). Sum of RGB (Red+Green+Blue) = 139+206+147=492 (65% of max value = 765). Red value is 139 (54.69% from 255 or 28.25% from 492); Green value is 206 (80.86% from 255 or 41.87% from 492); Blue value is 147 (57.81% from 255 or 29.88% from 492); Max value from RGB is 206 - color contains mainly: green. Hex color #8BCE93 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8BCE93 is #74316C. Grayscale: #B3B3B3. Windows color (decimal): -7614829 or 9686667. OLE color: 9686667.

HSL color Cylindrical-coordinate representation of color #8BCE93: hue angle of 127.16º 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 #8BCE93 is Cyan = 0.33, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.19.

Color convert

RGB139206147-
CMYK0.3300.290.19
HSL127.16º40.61%67.65%-
HSV(B)127.16º32.52%80.78%-
XYZ37.9951.7435.59-
YUV179.24109.899.3-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 28.25%
GREEN value IS 206 (80.86% from 255) = 41.87%
BLUE value IS 147 (57.81% from 255) = 29.88%
R=28.25%
G=41.87%
B=29.88%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1392061470.3300.290.19127.1640.6167.65
Hex8BCE932101D137f2944
Octal213316223410352317751104
Binary1000101111001110100100111000010111011001111111111010011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BCE93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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