Html Css Color HEX #83AA72 Amulet

📋 copy color: '#83AA72'

red 131 ◦ green 170 ◦ blue 114

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

Shades of Amulet #83AA72

Tints of Amulet #83AA72

RGB

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

 GREEN value IS 170 (66.8% from 255) = 40.96%

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

R = 31.57%
G = 40.96%
B = 27.47%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.33

 K value IS 0.33

RGB Variations

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

Color information

#83AA72 (or 0x83AA72) is known color: Amulet. HEX triplet: 83, AA and 72. RGB value is (131,170,114). Sum of RGB (Red+Green+Blue) = 131+170+114=415 (54% of max value = 765). Red value is 131 (51.56% from 255 or 31.57% from 415); Green value is 170 (66.80% from 255 or 40.96% from 415); Blue value is 114 (44.92% from 255 or 27.47% from 415); Max value from RGB is 170 - color contains mainly: green. Hex color #83AA72 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #83AA72 is #7C558D. Grayscale: #989898. Windows color (decimal): -8148366 or 7514755. OLE color: 7514755.

HSL color Cylindrical-coordinate representation of color #83AA72: hue angle of 101.79º degrees, saturation: 0.25, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #83AA72 is Cyan = 0.23, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.33.

Color convert

RGB 131 170 114 -
CMYK 0.23 0 0.33 0.33
HSL 101.79º 0.25% 0.56% -
HSV(B) 101.79º 0.33% 0.67% -
XYZ 26.77 34.79 21.22 -
YUV 151.96 106.58 113.05 -
System Red Green Blue C M Y K H S L
Decimal 131 170 114 0.23 0 0.33 0.33 101.79 0.25 0.56
Hex 83 AA 72 17 0 21 21 66 19 38
Octal 203 252 162 27 0 41 41 146 31 70
Binary 10000011 10101010 1110010 10111 0 100001 100001 1100110 11001 111000

Color Harmonies of #83AA72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83AA72

Black with #83AA72

Text Example


Text Example

White with #83AA72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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