Html Css Color HEX #85B695 Padua

📋 copy color: '#85B695'

red 133 ◦ green 182 ◦ blue 149

#85B695
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Padua #85B695

Tints of Padua #85B695

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 value IS 0.27

 M value IS 0

 Y value IS 0.18

 K value IS 0.29

RGB Variations

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

Color information

#85B695 (or 0x85B695) is known color: 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

RGB 133 182 149 -
CMYK 0.27 0 0.18 0.29
HSL 139.59º 0.25% 0.62% -
HSV(B) 139.59º 0.27% 0.71% -
XYZ 31.83 40.61 34.6 -
YUV 163.59 119.77 106.18 -
System Red Green Blue C M Y K H S L
Decimal 133 182 149 0.27 0 0.18 0.29 139.59 0.25 0.62
Hex 85 B6 95 1B 0 12 1D 8C 19 3E
Octal 205 266 225 33 0 22 35 214 31 76
Binary 10000101 10110110 10010101 11011 0 10010 11101 10001100 11001 111110

Color Harmonies of #85B695

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85B695

Black with #85B695

Text Example


Text Example

White with #85B695

Text Example


Text Example

HTML Codes & Css Web 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>