#8BCE90

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

Shades of De York #8BCE90

Tints of De York #8BCE90

Color information

#8BCE90 (or 0x8BCE90) is unknown color: approx De York. HEX triplet: 8B, CE and 90. RGB value is (139,206,144). Sum of RGB (Red+Green+Blue) = 139+206+144=489 (64% of max value = 765). Red value is 139 (54.69% from 255 or 28.43% from 489); Green value is 206 (80.86% from 255 or 42.13% from 489); Blue value is 144 (56.64% from 255 or 29.45% from 489); Max value from RGB is 206 - color contains mainly: green. Hex color #8BCE90 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8BCE90 is #74316F. Grayscale: #B3B3B3. Windows color (decimal): -7614832 or 9490059. OLE color: 9490059.

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

Color convert

RGB139206144-
CMYK0.3300.300.19
HSL124.48º40.61%67.65%-
HSV(B)124.48º32.52%80.78%-
XYZ37.7551.6534.36-
YUV178.9108.399.54-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 28.43%
GREEN value IS 206 (80.86% from 255) = 42.13%
BLUE value IS 144 (56.64% from 255) = 29.45%
R=28.43%
G=42.13%
B=29.45%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1392061440.3300.300.19124.4840.6167.65
Hex8BCE902101E137c2944
Octal213316220410362317451104
Binary1000101111001110100100001000010111101001111111001010011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BCE90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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