Html Css Color HEX #85B69A Padua

📋 copy color: '#85B69A'

red 133 ◦ green 182 ◦ blue 154

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

Shades of Padua #85B69A

Tints of Padua #85B69A

RGB

 RED value IS 133 (52.34% from 255) = 28.36%

 GREEN value IS 182 (71.48% from 255) = 38.81%

 BLUE value IS 154 (60.55% from 255) = 32.84%

R = 28.36%
G = 38.81%
B = 32.84%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.15

 K value IS 0.29

RGB Variations

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

Color information

#85B69A (or 0x85B69A) is known color: Padua. HEX triplet: 85, B6 and 9A. RGB value is (133,182,154). Sum of RGB (Red+Green+Blue) = 133+182+154=469 (62% of max value = 765). Red value is 133 (52.34% from 255 or 28.36% from 469); Green value is 182 (71.48% from 255 or 38.81% from 469); Blue value is 154 (60.55% from 255 or 32.84% from 469); Max value from RGB is 182 - color contains mainly: green. Hex color #85B69A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85B69A is #7A4965. Grayscale: #A4A4A4. Windows color (decimal): -8014182 or 10139269. OLE color: 10139269.

HSL color Cylindrical-coordinate representation of color #85B69A: hue angle of 145.71º 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 #85B69A is Cyan = 0.27, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.29.

Color convert

RGB 133 182 154 -
CMYK 0.27 0 0.15 0.29
HSL 145.71º 0.25% 0.62% -
HSV(B) 145.71º 0.27% 0.71% -
XYZ 32.23 40.78 36.74 -
YUV 164.16 122.27 105.78 -
System Red Green Blue C M Y K H S L
Decimal 133 182 154 0.27 0 0.15 0.29 145.71 0.25 0.62
Hex 85 B6 9A 1B 0 F 1D 92 19 3E
Octal 205 266 232 33 0 17 35 222 31 76
Binary 10000101 10110110 10011010 11011 0 1111 11101 10010010 11001 111110

Color Harmonies of #85B69A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85B69A

Black with #85B69A

Text Example


Text Example

White with #85B69A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #85B69A;
 }
 .AnyTagClassName
 {
   color: #85B69A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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