#86B29B

Color #86B29B Padua (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Padua #86B29B

Tints of Padua #86B29B

Color information

#86B29B (or 0x86B29B) is unknown color: approx Padua. HEX triplet: 86, B2 and 9B. RGB value is (134,178,155). Sum of RGB (Red+Green+Blue) = 134+178+155=467 (61% of max value = 765). Red value is 134 (52.73% from 255 or 28.69% from 467); Green value is 178 (69.92% from 255 or 38.12% from 467); Blue value is 155 (60.94% from 255 or 33.19% from 467); Max value from RGB is 178 - color contains mainly: green. Hex color #86B29B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #86B29B is #794D64. Grayscale: #A2A2A2. Windows color (decimal): -7949669 or 10203782. OLE color: 10203782.

HSL color Cylindrical-coordinate representation of color #86B29B: hue angle of 148.64º 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 #86B29B is Cyan = 0.25, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.30.

Color convert

RGB134178155-
CMYK0.2500.130.30
HSL148.64º22.22%61.18%-
HSV(B)148.64º24.72%69.8%-
XYZ31.6739.2836.92-
YUV162.22123.92107.87-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 28.69%
GREEN value IS 178 (69.92% from 255) = 38.12%
BLUE value IS 155 (60.94% from 255) = 33.19%
R=28.69%
G=38.12%
B=33.19%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1341781550.2500.130.30148.6422.2261.18
Hex86B29B190D1E95163d
Octal20626223331015362252675
Binary1000011010110010100110111100101101111101001010110110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86B29B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #86B29B;
 }
 .AnyTagClassName
 {
   color: #86B29B;
 }
</style>
background-color css

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

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

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

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

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

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