#8ECB92

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

Shades of De York #8ECB92

Tints of De York #8ECB92

Color information

#8ECB92 (or 0x8ECB92) is unknown color: approx De York. HEX triplet: 8E, CB and 92. RGB value is (142,203,146). Sum of RGB (Red+Green+Blue) = 142+203+146=491 (65% of max value = 765). Red value is 142 (55.86% from 255 or 28.92% from 491); Green value is 203 (79.69% from 255 or 41.34% from 491); Blue value is 146 (57.42% from 255 or 29.74% from 491); Max value from RGB is 203 - color contains mainly: green. Hex color #8ECB92 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8ECB92 is #71346D. Grayscale: #B2B2B2. Windows color (decimal): -7418990 or 9620366. OLE color: 9620366.

HSL color Cylindrical-coordinate representation of color #8ECB92: hue angle of 123.93º degrees, saturation: 0.37, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8ECB92 is Cyan = 0.30, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.20.

Color convert

RGB142203146-
CMYK0.3000.280.20
HSL123.93º36.97%67.65%-
HSV(B)123.93º30.05%79.61%-
XYZ37.750.5434.96-
YUV178.26109.79102.13-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 28.92%
GREEN value IS 203 (79.69% from 255) = 41.34%
BLUE value IS 146 (57.42% from 255) = 29.74%
R=28.92%
G=41.34%
B=29.74%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1422031460.3000.280.20123.9336.9767.65
Hex8ECB921E01C147c2544
Octal216313222360342417445104
Binary100011101100101110010010111100111001010011111001001011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ECB92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,203,146); }

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

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

 a { background-color: rgb(142,203,146); }

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

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

 span { border-color: rgb(142,203,146); }

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