Html Css Color HEX #83AC72 Amulet

📋 copy color: '#83AC72'

red 131 ◦ green 172 ◦ blue 114

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

Shades of Amulet #83AC72

Tints of Amulet #83AC72

RGB

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

 GREEN value IS 172 (67.58% from 255) = 41.25%

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

R = 31.41%
G = 41.25%
B = 27.34%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.34

 K value IS 0.33

RGB Variations

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

Color information

#83AC72 (or 0x83AC72) is known color: Amulet. HEX triplet: 83, AC and 72. RGB value is (131,172,114). Sum of RGB (Red+Green+Blue) = 131+172+114=417 (55% of max value = 765). Red value is 131 (51.56% from 255 or 31.41% from 417); Green value is 172 (67.58% from 255 or 41.25% from 417); Blue value is 114 (44.92% from 255 or 27.34% from 417); Max value from RGB is 172 - color contains mainly: green. Hex color #83AC72 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #83AC72 is #7C538D. Grayscale: #999999. Windows color (decimal): -8147854 or 7515267. OLE color: 7515267.

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

Color convert

RGB 131 172 114 -
CMYK 0.24 0 0.34 0.33
HSL 102.41º 0.26% 0.56% -
HSV(B) 102.41º 0.34% 0.67% -
XYZ 27.15 35.55 21.35 -
YUV 153.13 105.92 112.22 -
System Red Green Blue C M Y K H S L
Decimal 131 172 114 0.24 0 0.34 0.33 102.41 0.26 0.56
Hex 83 AC 72 18 0 22 21 66 1A 38
Octal 203 254 162 30 0 42 41 146 32 70
Binary 10000011 10101100 1110010 11000 0 100010 100001 1100110 11010 111000

Color Harmonies of #83AC72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83AC72

Black with #83AC72

Text Example


Text Example

White with #83AC72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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