Html Css Color HEX #86B299 Padua

📋 copy color: '#86B299'

red 134 ◦ green 178 ◦ blue 153

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

Shades of Padua #86B299

Tints of Padua #86B299

RGB

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

 GREEN value IS 178 (69.92% from 255) = 38.28%

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

R = 28.82%
G = 38.28%
B = 32.9%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.14

 K value IS 0.30

RGB Variations

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

Color information

#86B299 (or 0x86B299) is known color: Padua. HEX triplet: 86, B2 and 99. RGB value is (134,178,153). Sum of RGB (Red+Green+Blue) = 134+178+153=465 (61% of max value = 765). Red value is 134 (52.73% from 255 or 28.82% from 465); Green value is 178 (69.92% from 255 or 38.28% from 465); Blue value is 153 (60.16% from 255 or 32.90% from 465); Max value from RGB is 178 - color contains mainly: green. Hex color #86B299 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #86B299 is #794D66. Grayscale: #A2A2A2. Windows color (decimal): -7949671 or 10072710. OLE color: 10072710.

HSL color Cylindrical-coordinate representation of color #86B299: hue angle of 145.91º degrees, saturation: 0.22, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #86B299 is Cyan = 0.25, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.30.

Color convert

RGB 134 178 153 -
CMYK 0.25 0 0.14 0.30
HSL 145.91º 0.22% 0.61% -
HSV(B) 145.91º 0.25% 0.7% -
XYZ 31.5 39.21 36.04 -
YUV 161.99 122.92 108.03 -
System Red Green Blue C M Y K H S L
Decimal 134 178 153 0.25 0 0.14 0.30 145.91 0.22 0.61
Hex 86 B2 99 19 0 E 1E 92 16 3D
Octal 206 262 231 31 0 16 36 222 26 75
Binary 10000110 10110010 10011001 11001 0 1110 11110 10010010 10110 111101

Color Harmonies of #86B299

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86B299

Black with #86B299

Text Example


Text Example

White with #86B299

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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