#85C187

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

Shades of De York #85C187

Tints of De York #85C187

Color information

#85C187 (or 0x85C187) is unknown color: approx De York. HEX triplet: 85, C1 and 87. RGB value is (133,193,135). Sum of RGB (Red+Green+Blue) = 133+193+135=461 (61% of max value = 765). Red value is 133 (52.34% from 255 or 28.85% from 461); Green value is 193 (75.78% from 255 or 41.87% from 461); Blue value is 135 (53.12% from 255 or 29.28% from 461); Max value from RGB is 193 - color contains mainly: green. Hex color #85C187 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85C187 is #7A3E78. Grayscale: #A8A8A8. Windows color (decimal): -8011385 or 8896901. OLE color: 8896901.

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

Color convert

RGB133193135-
CMYK0.3100.300.24
HSL122º32.61%63.92%-
HSV(B)122º31.09%75.69%-
XYZ33.1244.8829.84-
YUV168.45109.12102.72-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 28.85%
GREEN value IS 193 (75.78% from 255) = 41.87%
BLUE value IS 135 (53.12% from 255) = 29.28%
R=28.85%
G=41.87%
B=29.28%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1331931350.3100.300.2412232.6163.92
Hex85C1871F01E187a2140
Octal205301207370363017241100
Binary100001011100000110000111111110111101100011110101000011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85C187

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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