#8CCE8B

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

Shades of De York #8CCE8B

Tints of De York #8CCE8B

Color information

#8CCE8B (or 0x8CCE8B) is unknown color: approx De York. HEX triplet: 8C, CE and 8B. RGB value is (140,206,139). Sum of RGB (Red+Green+Blue) = 140+206+139=485 (64% of max value = 765). Red value is 140 (55.08% from 255 or 28.87% from 485); Green value is 206 (80.86% from 255 or 42.47% from 485); Blue value is 139 (54.69% from 255 or 28.66% from 485); Max value from RGB is 206 - color contains mainly: green. Hex color #8CCE8B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8CCE8B is #733174. Grayscale: #B2B2B2. Windows color (decimal): -7549301 or 9162380. OLE color: 9162380.

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

Color convert

RGB140206139-
CMYK0.3200.330.19
HSL119.1º40.61%67.65%-
HSV(B)119.1º32.52%80.78%-
XYZ37.5551.5832.4-
YUV178.63105.63100.45-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 28.87%
GREEN value IS 206 (80.86% from 255) = 42.47%
BLUE value IS 139 (54.69% from 255) = 28.66%
R=28.87%
G=42.47%
B=28.66%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1402061390.3200.330.19119.140.6167.65
Hex8CCE8B2002113772944
Octal214316213400412316751104
Binary10001100110011101000101110000001000011001111101111010011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CCE8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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