Html Css Color HEX #86B499 Padua

📋 copy color: '#86B499'

red 134 ◦ green 180 ◦ blue 153

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

Shades of Padua #86B499

Tints of Padua #86B499

RGB

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

 GREEN value IS 180 (70.7% from 255) = 38.54%

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

R = 28.69%
G = 38.54%
B = 32.76%

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

#86B499 (or 0x86B499) is known color: Padua. HEX triplet: 86, B4 and 99. RGB value is (134,180,153). Sum of RGB (Red+Green+Blue) = 134+180+153=467 (61% of max value = 765). Red value is 134 (52.73% from 255 or 28.69% from 467); Green value is 180 (70.70% from 255 or 38.54% from 467); Blue value is 153 (60.16% from 255 or 32.76% from 467); Max value from RGB is 180 - color contains mainly: green. Hex color #86B499 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #86B499 is #794B66. Grayscale: #A3A3A3. Windows color (decimal): -7949159 or 10073222. OLE color: 10073222.

HSL color Cylindrical-coordinate representation of color #86B499: hue angle of 144.78º degrees, saturation: 0.23, 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 #86B499 is Cyan = 0.26, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.29.

Color convert

RGB 134 180 153 -
CMYK 0.26 0 0.15 0.29
HSL 144.78º 0.23% 0.62% -
HSV(B) 144.78º 0.26% 0.71% -
XYZ 31.9 40.01 36.18 -
YUV 163.17 122.26 107.2 -
System Red Green Blue C M Y K H S L
Decimal 134 180 153 0.26 0 0.15 0.29 144.78 0.23 0.62
Hex 86 B4 99 1A 0 F 1D 91 17 3E
Octal 206 264 231 32 0 17 35 221 27 76
Binary 10000110 10110100 10011001 11010 0 1111 11101 10010001 10111 111110

Color Harmonies of #86B499

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86B499

Black with #86B499

Text Example


Text Example

White with #86B499

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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