Html Css Color HEX #83A372 Amulet

📋 copy color: '#83A372'

red 131 ◦ green 163 ◦ blue 114

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

Shades of Amulet #83A372

Tints of Amulet #83A372

RGB

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

 GREEN value IS 163 (64.06% from 255) = 39.95%

 BLUE value IS 114 (44.92% from 255) = 27.94%

R = 32.11%
G = 39.95%
B = 27.94%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.30

 K value IS 0.36

RGB Variations

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

Color information

#83A372 (or 0x83A372) is known color: Amulet. HEX triplet: 83, A3 and 72. RGB value is (131,163,114). Sum of RGB (Red+Green+Blue) = 131+163+114=408 (54% of max value = 765). Red value is 131 (51.56% from 255 or 32.11% from 408); Green value is 163 (64.06% from 255 or 39.95% from 408); Blue value is 114 (44.92% from 255 or 27.94% from 408); Max value from RGB is 163 - color contains mainly: green. Hex color #83A372 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #83A372 is #7C5C8D. Grayscale: #949494. Windows color (decimal): -8150158 or 7512963. OLE color: 7512963.

HSL color Cylindrical-coordinate representation of color #83A372: hue angle of 99.18º degrees, saturation: 0.21, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #83A372 is Cyan = 0.20, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.36.

Color convert

RGB 131 163 114 -
CMYK 0.20 0 0.30 0.36
HSL 99.18º 0.21% 0.54% -
HSV(B) 99.18º 0.3% 0.64% -
XYZ 25.49 32.23 20.8 -
YUV 147.85 108.9 115.98 -
System Red Green Blue C M Y K H S L
Decimal 131 163 114 0.20 0 0.30 0.36 99.18 0.21 0.54
Hex 83 A3 72 14 0 1E 24 63 15 36
Octal 203 243 162 24 0 36 44 143 25 66
Binary 10000011 10100011 1110010 10100 0 11110 100100 1100011 10101 110110

Color Harmonies of #83A372

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83A372

Black with #83A372

Text Example


Text Example

White with #83A372

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,163,114); }

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

background-color css

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

 a { background-color: rgb(131,163,114); }

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

border-color css

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

 span { border-color: rgb(131,163,114); }

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