Html Css Color HEX #86A283 Pewter

📋 copy color: '#86A283'

red 134 ◦ green 162 ◦ blue 131

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

Shades of Pewter #86A283

Tints of Pewter #86A283

RGB

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

 GREEN value IS 162 (63.67% from 255) = 37.94%

 BLUE value IS 131 (51.56% from 255) = 30.68%

R = 31.38%
G = 37.94%
B = 30.68%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.19

 K value IS 0.36

RGB Variations

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

Color information

#86A283 (or 0x86A283) is known color: Pewter. HEX triplet: 86, A2 and 83. RGB value is (134,162,131). Sum of RGB (Red+Green+Blue) = 134+162+131=427 (56% of max value = 765). Red value is 134 (52.73% from 255 or 31.38% from 427); Green value is 162 (63.67% from 255 or 37.94% from 427); Blue value is 131 (51.56% from 255 or 30.68% from 427); Max value from RGB is 162 - color contains mainly: green. Hex color #86A283 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #86A283 is #795D7C. Grayscale: #969696. Windows color (decimal): -7953789 or 8626822. OLE color: 8626822.

HSL color Cylindrical-coordinate representation of color #86A283: hue angle of 114.19º degrees, saturation: 0.14, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #86A283 is Cyan = 0.17, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.36.

Color convert

RGB 134 162 131 -
CMYK 0.17 0 0.19 0.36
HSL 114.19º 0.14% 0.57% -
HSV(B) 114.19º 0.19% 0.64% -
XYZ 26.85 32.55 26.34 -
YUV 150.09 117.22 116.52 -
System Red Green Blue C M Y K H S L
Decimal 134 162 131 0.17 0 0.19 0.36 114.19 0.14 0.57
Hex 86 A2 83 11 0 13 24 72 E 39
Octal 206 242 203 21 0 23 44 162 16 71
Binary 10000110 10100010 10000011 10001 0 10011 100100 1110010 1110 111001

Color Harmonies of #86A283

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86A283

Black with #86A283

Text Example


Text Example

White with #86A283

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,162,131); }

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

background-color css

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

 a { background-color: rgb(134,162,131); }

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

border-color css

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

 span { border-color: rgb(134,162,131); }

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