Html Css Color HEX #86B799 Padua

📋 copy color: '#86B799'

red 134 ◦ green 183 ◦ blue 153

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

Shades of Padua #86B799

Tints of Padua #86B799

RGB

 RED value IS 134 (52.73% from 255) = 28.51%

 GREEN value IS 183 (71.88% from 255) = 38.94%

 BLUE value IS 153 (60.16% from 255) = 32.55%

R = 28.51%
G = 38.94%
B = 32.55%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.16

 K value IS 0.28

RGB Variations

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

Color information

#86B799 (or 0x86B799) is known color: Padua. HEX triplet: 86, B7 and 99. RGB value is (134,183,153). Sum of RGB (Red+Green+Blue) = 134+183+153=470 (62% of max value = 765). Red value is 134 (52.73% from 255 or 28.51% from 470); Green value is 183 (71.88% from 255 or 38.94% from 470); Blue value is 153 (60.16% from 255 or 32.55% from 470); Max value from RGB is 183 - color contains mainly: green. Hex color #86B799 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #86B799 is #794866. Grayscale: #A5A5A5. Windows color (decimal): -7948391 or 10073990. OLE color: 10073990.

HSL color Cylindrical-coordinate representation of color #86B799: hue angle of 143.27º degrees, saturation: 0.25, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #86B799 is Cyan = 0.27, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.28.

Color convert

RGB 134 183 153 -
CMYK 0.27 0 0.16 0.28
HSL 143.27º 0.25% 0.62% -
HSV(B) 143.27º 0.27% 0.72% -
XYZ 32.51 41.24 36.38 -
YUV 164.93 121.27 105.94 -
System Red Green Blue C M Y K H S L
Decimal 134 183 153 0.27 0 0.16 0.28 143.27 0.25 0.62
Hex 86 B7 99 1B 0 10 1C 8F 19 3E
Octal 206 267 231 33 0 20 34 217 31 76
Binary 10000110 10110111 10011001 11011 0 10000 11100 10001111 11001 111110

Color Harmonies of #86B799

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86B799

Black with #86B799

Text Example


Text Example

White with #86B799

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #86B799; }

 p { color: rgb(134,183,153); }

 H1.HeaderClassName
 {
   color: #86B799;
 }
 .AnyTagClassName
 {
   color: #86B799;
 }
</style>

background-color css

<style>
 a { background-color: #86B799; }

 a { background-color: rgb(134,183,153); }

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

border-color css

<style>
 span { border-color: #86B799; }

 span { border-color: rgb(134,183,153); }

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