#85B695

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

Shades of Padua #85B695

Tints of Padua #85B695

Color information

#85B695 (or 0x85B695) is unknown color: approx Padua. HEX triplet: 85, B6 and 95. RGB value is (133,182,149). Sum of RGB (Red+Green+Blue) = 133+182+149=464 (61% of max value = 765). Red value is 133 (52.34% from 255 or 28.66% from 464); Green value is 182 (71.48% from 255 or 39.22% from 464); Blue value is 149 (58.59% from 255 or 32.11% from 464); Max value from RGB is 182 - color contains mainly: green. Hex color #85B695 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85B695 is #7A496A. Grayscale: #A3A3A3. Windows color (decimal): -8014187 or 9811589. OLE color: 9811589.

HSL color Cylindrical-coordinate representation of color #85B695: hue angle of 139.59º degrees, saturation: 0.25, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #85B695 is Cyan = 0.27, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.29.

Color convert

RGB133182149-
CMYK0.2700.180.29
HSL139.59º25.13%61.76%-
HSV(B)139.59º26.92%71.37%-
XYZ31.8340.6134.6-
YUV163.59119.77106.18-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 28.66%
GREEN value IS 182 (71.48% from 255) = 39.22%
BLUE value IS 149 (58.59% from 255) = 32.11%
R=28.66%
G=39.22%
B=32.11%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1331821490.2700.180.29139.5925.1361.76
Hex85B6951B0121D8c193e
Octal20526622533022352143176
Binary10000101101101101001010111011010010111011000110011001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85B695

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,182,149); }

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

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

 a { background-color: rgb(133,182,149); }

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

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

 span { border-color: rgb(133,182,149); }

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