Html Css Color HEX #83A872 Amulet

📋 copy color: '#83A872'

red 131 ◦ green 168 ◦ blue 114

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

Shades of Amulet #83A872

Tints of Amulet #83A872

RGB

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

 GREEN value IS 168 (66.02% from 255) = 40.68%

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

R = 31.72%
G = 40.68%
B = 27.6%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.32

 K value IS 0.34

RGB Variations

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

Color information

#83A872 (or 0x83A872) is known color: Amulet. HEX triplet: 83, A8 and 72. RGB value is (131,168,114). Sum of RGB (Red+Green+Blue) = 131+168+114=413 (54% of max value = 765). Red value is 131 (51.56% from 255 or 31.72% from 413); Green value is 168 (66.02% from 255 or 40.68% from 413); Blue value is 114 (44.92% from 255 or 27.60% from 413); Max value from RGB is 168 - color contains mainly: green. Hex color #83A872 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #83A872 is #7C578D. Grayscale: #969696. Windows color (decimal): -8148878 or 7514243. OLE color: 7514243.

HSL color Cylindrical-coordinate representation of color #83A872: hue angle of 101.11º degrees, saturation: 0.24, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #83A872 is Cyan = 0.22, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.34.

Color convert

RGB 131 168 114 -
CMYK 0.22 0 0.32 0.34
HSL 101.11º 0.24% 0.55% -
HSV(B) 101.11º 0.32% 0.66% -
XYZ 26.4 34.05 21.1 -
YUV 150.78 107.24 113.89 -
System Red Green Blue C M Y K H S L
Decimal 131 168 114 0.22 0 0.32 0.34 101.11 0.24 0.55
Hex 83 A8 72 16 0 20 22 65 18 37
Octal 203 250 162 26 0 40 42 145 30 67
Binary 10000011 10101000 1110010 10110 0 100000 100010 1100101 11000 110111

Color Harmonies of #83A872

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83A872

Black with #83A872

Text Example


Text Example

White with #83A872

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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