Html Css Color HEX #86B69C Padua

📋 copy color: '#86B69C'

red 134 ◦ green 182 ◦ blue 156

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

Shades of Padua #86B69C

Tints of Padua #86B69C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 33.05%

R = 28.39%
G = 38.56%
B = 33.05%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.14

 K value IS 0.29

RGB Variations

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

Color information

#86B69C (or 0x86B69C) is known color: Padua. HEX triplet: 86, B6 and 9C. RGB value is (134,182,156). Sum of RGB (Red+Green+Blue) = 134+182+156=472 (62% of max value = 765). Red value is 134 (52.73% from 255 or 28.39% from 472); Green value is 182 (71.48% from 255 or 38.56% from 472); Blue value is 156 (61.33% from 255 or 33.05% from 472); Max value from RGB is 182 - color contains mainly: green. Hex color #86B69C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #86B69C is #794963. Grayscale: #A4A4A4. Windows color (decimal): -7948644 or 10270342. OLE color: 10270342.

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

Color convert

RGB 134 182 156 -
CMYK 0.26 0 0.14 0.29
HSL 147.5º 0.25% 0.62% -
HSV(B) 147.5º 0.26% 0.71% -
XYZ 32.56 40.92 37.64 -
YUV 164.68 123.1 106.11 -
System Red Green Blue C M Y K H S L
Decimal 134 182 156 0.26 0 0.14 0.29 147.5 0.25 0.62
Hex 86 B6 9C 1A 0 E 1D 94 19 3E
Octal 206 266 234 32 0 16 35 224 31 76
Binary 10000110 10110110 10011100 11010 0 1110 11101 10010100 11001 111110

Color Harmonies of #86B69C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86B69C

Black with #86B69C

Text Example


Text Example

White with #86B69C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,182,156); }

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

background-color css

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

 a { background-color: rgb(134,182,156); }

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

border-color css

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

 span { border-color: rgb(134,182,156); }

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