#8CC891

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

Shades of De York #8CC891

Tints of De York #8CC891

Color information

#8CC891 (or 0x8CC891) is unknown color: approx De York. HEX triplet: 8C, C8 and 91. RGB value is (140,200,145). Sum of RGB (Red+Green+Blue) = 140+200+145=485 (64% of max value = 765). Red value is 140 (55.08% from 255 or 28.87% from 485); Green value is 200 (78.52% from 255 or 41.24% from 485); Blue value is 145 (57.03% from 255 or 29.90% from 485); Max value from RGB is 200 - color contains mainly: green. Hex color #8CC891 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8CC891 is #73376E. Grayscale: #AFAFAF. Windows color (decimal): -7550831 or 9554060. OLE color: 9554060.

HSL color Cylindrical-coordinate representation of color #8CC891: hue angle of 125º degrees, saturation: 0.35, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8CC891 is Cyan = 0.3, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.22.

Color convert

RGB140200145-
CMYK0.300.280.22
HSL125º35.29%66.67%-
HSV(B)125º30%78.43%-
XYZ36.5848.9334.3-
YUV175.79110.62102.47-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 28.87%
GREEN value IS 200 (78.52% from 255) = 41.24%
BLUE value IS 145 (57.03% from 255) = 29.90%
R=28.87%
G=41.24%
B=29.90%

CMYK

C (Cyan) values IS 0.3
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1402001450.300.280.2212535.2966.67
Hex8CC8911E01C167d2343
Octal214310221360342617543103
Binary100011001100100010010001111100111001011011111011000111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CC891

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,200,145); }

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

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

 a { background-color: rgb(140,200,145); }

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

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

 span { border-color: rgb(140,200,145); }

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