Html Css Color HEX #86B599 Padua

📋 copy color: '#86B599'

red 134 ◦ green 181 ◦ blue 153

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

Shades of Padua #86B599

Tints of Padua #86B599

RGB

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

 GREEN value IS 181 (71.09% from 255) = 38.68%

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

R = 28.63%
G = 38.68%
B = 32.69%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.15

 K value IS 0.29

RGB Variations

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

Color information

#86B599 (or 0x86B599) is known color: Padua. HEX triplet: 86, B5 and 99. RGB value is (134,181,153). Sum of RGB (Red+Green+Blue) = 134+181+153=468 (61% of max value = 765). Red value is 134 (52.73% from 255 or 28.63% from 468); Green value is 181 (71.09% from 255 or 38.68% from 468); Blue value is 153 (60.16% from 255 or 32.69% from 468); Max value from RGB is 181 - color contains mainly: green. Hex color #86B599 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #86B599 is #794A66. Grayscale: #A3A3A3. Windows color (decimal): -7948903 or 10073478. OLE color: 10073478.

HSL color Cylindrical-coordinate representation of color #86B599: hue angle of 144.26º degrees, saturation: 0.24, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #86B599 is Cyan = 0.26, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.29.

Color convert

RGB 134 181 153 -
CMYK 0.26 0 0.15 0.29
HSL 144.26º 0.24% 0.62% -
HSV(B) 144.26º 0.26% 0.71% -
XYZ 32.11 40.42 36.25 -
YUV 163.76 121.93 106.78 -
System Red Green Blue C M Y K H S L
Decimal 134 181 153 0.26 0 0.15 0.29 144.26 0.24 0.62
Hex 86 B5 99 1A 0 F 1D 90 18 3E
Octal 206 265 231 32 0 17 35 220 30 76
Binary 10000110 10110101 10011001 11010 0 1111 11101 10010000 11000 111110

Color Harmonies of #86B599

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86B599

Black with #86B599

Text Example


Text Example

White with #86B599

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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