#8CCC96

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

Shades of De York #8CCC96

Tints of De York #8CCC96

Color information

#8CCC96 (or 0x8CCC96) is unknown color: approx De York. HEX triplet: 8C, CC and 96. RGB value is (140,204,150). Sum of RGB (Red+Green+Blue) = 140+204+150=494 (65% of max value = 765). Red value is 140 (55.08% from 255 or 28.34% from 494); Green value is 204 (80.08% from 255 or 41.30% from 494); Blue value is 150 (58.98% from 255 or 30.36% from 494); Max value from RGB is 204 - color contains mainly: green. Hex color #8CCC96 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8CCC96 is #733369. Grayscale: #B2B2B2. Windows color (decimal): -7549802 or 9882764. OLE color: 9882764.

HSL color Cylindrical-coordinate representation of color #8CCC96: hue angle of 129.38º degrees, saturation: 0.39, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8CCC96 is Cyan = 0.31, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.2.

Color convert

RGB140204150-
CMYK0.3100.260.2
HSL129.38º38.55%67.45%-
HSV(B)129.38º31.37%80%-
XYZ37.9150.9636.69-
YUV178.71111.8100.39-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 28.34%
GREEN value IS 204 (80.08% from 255) = 41.30%
BLUE value IS 150 (58.98% from 255) = 30.36%
R=28.34%
G=41.30%
B=30.36%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1402041500.3100.260.2129.3838.5567.45
Hex8CCC961F01A14812743
Octal214314226370322420147103
Binary1000110011001100100101101111101101010100100000011001111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CCC96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,204,150); }

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

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

 a { background-color: rgb(140,204,150); }

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

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

 span { border-color: rgb(140,204,150); }

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