#8BCE8D

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

Shades of De York #8BCE8D

Tints of De York #8BCE8D

Color information

#8BCE8D (or 0x8BCE8D) is unknown color: approx De York. HEX triplet: 8B, CE and 8D. RGB value is (139,206,141). Sum of RGB (Red+Green+Blue) = 139+206+141=486 (64% of max value = 765). Red value is 139 (54.69% from 255 or 28.60% from 486); Green value is 206 (80.86% from 255 or 42.39% from 486); Blue value is 141 (55.47% from 255 or 29.01% from 486); Max value from RGB is 206 - color contains mainly: green. Hex color #8BCE8D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8BCE8D is #743172. Grayscale: #B2B2B2. Windows color (decimal): -7614835 or 9293451. OLE color: 9293451.

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

Color convert

RGB139206141-
CMYK0.3300.320.19
HSL121.79º40.61%67.65%-
HSV(B)121.79º32.52%80.78%-
XYZ37.5351.5533.17-
YUV178.56106.899.79-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 28.60%
GREEN value IS 206 (80.86% from 255) = 42.39%
BLUE value IS 141 (55.47% from 255) = 29.01%
R=28.60%
G=42.39%
B=29.01%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1392061410.3300.320.19121.7940.6167.65
Hex8BCE8D21020137a2944
Octal213316215410402317251104
Binary10001011110011101000110110000101000001001111110101010011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BCE8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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