#8BCE88

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

Shades of De York #8BCE88

Tints of De York #8BCE88

Color information

#8BCE88 (or 0x8BCE88) is unknown color: approx De York. HEX triplet: 8B, CE and 88. RGB value is (139,206,136). Sum of RGB (Red+Green+Blue) = 139+206+136=481 (63% of max value = 765). Red value is 139 (54.69% from 255 or 28.90% from 481); Green value is 206 (80.86% from 255 or 42.83% from 481); Blue value is 136 (53.52% from 255 or 28.27% from 481); Max value from RGB is 206 - color contains mainly: green. Hex color #8BCE88 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8BCE88 is #743177. Grayscale: #B2B2B2. Windows color (decimal): -7614840 or 8965771. OLE color: 8965771.

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

Color convert

RGB139206136-
CMYK0.3300.340.19
HSL117.43º41.67%67.06%-
HSV(B)117.43º33.98%80.78%-
XYZ37.1651.4131.26-
YUV177.99104.3100.19-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 28.90%
GREEN value IS 206 (80.86% from 255) = 42.83%
BLUE value IS 136 (53.52% from 255) = 28.27%
R=28.90%
G=42.83%
B=28.27%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1392061360.3300.340.19117.4341.6767.06
Hex8BCE882102213752a43
Octal213316210410422316552103
Binary10001011110011101000100010000101000101001111101011010101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BCE88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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