#85C177

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

Shades of De York #85C177

Tints of De York #85C177

Color information

#85C177 (or 0x85C177) is unknown color: approx De York. HEX triplet: 85, C1 and 77. RGB value is (133,193,119). Sum of RGB (Red+Green+Blue) = 133+193+119=445 (58% of max value = 765). Red value is 133 (52.34% from 255 or 29.89% from 445); Green value is 193 (75.78% from 255 or 43.37% from 445); Blue value is 119 (46.88% from 255 or 26.74% from 445); Max value from RGB is 193 - color contains mainly: green. Hex color #85C177 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85C177 is #7A3E88. Grayscale: #A6A6A6. Windows color (decimal): -8011401 or 7848325. OLE color: 7848325.

HSL color Cylindrical-coordinate representation of color #85C177: hue angle of 108.65º degrees, saturation: 0.37, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #85C177 is Cyan = 0.31, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.24.

Color convert

RGB133193119-
CMYK0.3100.380.24
HSL108.65º37.37%61.18%-
HSV(B)108.65º38.34%75.69%-
XYZ32.0744.4624.34-
YUV166.62101.12104.02-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 29.89%
GREEN value IS 193 (75.78% from 255) = 43.37%
BLUE value IS 119 (46.88% from 255) = 26.74%
R=29.89%
G=43.37%
B=26.74%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1331931190.3100.380.24108.6537.3761.18
Hex85C1771F026186d253d
Octal20530116737046301554575
Binary10000101110000011110111111110100110110001101101100101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85C177

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #85C177; }

 p { color: rgb(133,193,119); }

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

<style>
 a { background-color: #85C177; }

 a { background-color: rgb(133,193,119); }

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

<style>
 span { border-color: #85C177; }

 span { border-color: rgb(133,193,119); }

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