Html Css Color HEX #83A276 Amulet

📋 copy color: '#83A276'

red 131 ◦ green 162 ◦ blue 118

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

Shades of Amulet #83A276

Tints of Amulet #83A276

RGB

 RED value IS 131 (51.56% from 255) = 31.87%

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

 BLUE value IS 118 (46.48% from 255) = 28.71%

R = 31.87%
G = 39.42%
B = 28.71%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.27

 K value IS 0.36

RGB Variations

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

Color information

#83A276 (or 0x83A276) is known color: Amulet. HEX triplet: 83, A2 and 76. RGB value is (131,162,118). Sum of RGB (Red+Green+Blue) = 131+162+118=411 (54% of max value = 765). Red value is 131 (51.56% from 255 or 31.87% from 411); Green value is 162 (63.67% from 255 or 39.42% from 411); Blue value is 118 (46.48% from 255 or 28.71% from 411); Max value from RGB is 162 - color contains mainly: green. Hex color #83A276 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #83A276 is #7C5D89. Grayscale: #939393. Windows color (decimal): -8150410 or 7774851. OLE color: 7774851.

HSL color Cylindrical-coordinate representation of color #83A276: hue angle of 102.27º degrees, saturation: 0.19, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #83A276 is Cyan = 0.19, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.36.

Color convert

RGB 131 162 118 -
CMYK 0.19 0 0.27 0.36
HSL 102.27º 0.19% 0.55% -
HSV(B) 102.27º 0.27% 0.64% -
XYZ 25.55 31.97 21.96 -
YUV 147.72 111.23 116.08 -
System Red Green Blue C M Y K H S L
Decimal 131 162 118 0.19 0 0.27 0.36 102.27 0.19 0.55
Hex 83 A2 76 13 0 1B 24 66 13 37
Octal 203 242 166 23 0 33 44 146 23 67
Binary 10000011 10100010 1110110 10011 0 11011 100100 1100110 10011 110111

Color Harmonies of #83A276

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83A276

Black with #83A276

Text Example


Text Example

White with #83A276

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #83A276; }

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

 H1.HeaderClassName
 {
   color: #83A276;
 }
 .AnyTagClassName
 {
   color: #83A276;
 }
</style>

background-color css

<style>
 a { background-color: #83A276; }

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

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

border-color css

<style>
 span { border-color: #83A276; }

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

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