#8BCE94

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

Shades of De York #8BCE94

Tints of De York #8BCE94

Color information

#8BCE94 (or 0x8BCE94) is unknown color: approx De York. HEX triplet: 8B, CE and 94. RGB value is (139,206,148). Sum of RGB (Red+Green+Blue) = 139+206+148=493 (65% of max value = 765). Red value is 139 (54.69% from 255 or 28.19% from 493); Green value is 206 (80.86% from 255 or 41.78% from 493); Blue value is 148 (58.20% from 255 or 30.02% from 493); Max value from RGB is 206 - color contains mainly: green. Hex color #8BCE94 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8BCE94 is #74316B. Grayscale: #B3B3B3. Windows color (decimal): -7614828 or 9752203. OLE color: 9752203.

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

Color convert

RGB139206148-
CMYK0.3300.280.19
HSL128.06º40.61%67.65%-
HSV(B)128.06º32.52%80.78%-
XYZ38.0651.7736-
YUV179.36110.399.22-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 28.19%
GREEN value IS 206 (80.86% from 255) = 41.78%
BLUE value IS 148 (58.20% from 255) = 30.02%
R=28.19%
G=41.78%
B=30.02%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1392061480.3300.280.19128.0640.6167.65
Hex8BCE942101C13802944
Octal213316224410342320051104
Binary10001011110011101001010010000101110010011100000001010011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BCE94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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