Html Css Color HEX #83AC75 Amulet

📋 copy color: '#83AC75'

red 131 ◦ green 172 ◦ blue 117

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

Shades of Amulet #83AC75

Tints of Amulet #83AC75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 27.86%

R = 31.19%
G = 40.95%
B = 27.86%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.32

 K value IS 0.33

RGB Variations

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

Color information

#83AC75 (or 0x83AC75) is known color: Amulet. HEX triplet: 83, AC and 75. RGB value is (131,172,117). Sum of RGB (Red+Green+Blue) = 131+172+117=420 (55% of max value = 765). Red value is 131 (51.56% from 255 or 31.19% from 420); Green value is 172 (67.58% from 255 or 40.95% from 420); Blue value is 117 (46.09% from 255 or 27.86% from 420); Max value from RGB is 172 - color contains mainly: green. Hex color #83AC75 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #83AC75 is #7C538A. Grayscale: #999999. Windows color (decimal): -8147851 or 7711875. OLE color: 7711875.

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

Color convert

RGB 131 172 117 -
CMYK 0.24 0 0.32 0.33
HSL 104.73º 0.25% 0.57% -
HSV(B) 104.73º 0.32% 0.67% -
XYZ 27.32 35.61 22.26 -
YUV 153.47 107.42 111.97 -
System Red Green Blue C M Y K H S L
Decimal 131 172 117 0.24 0 0.32 0.33 104.73 0.25 0.57
Hex 83 AC 75 18 0 20 21 69 19 39
Octal 203 254 165 30 0 40 41 151 31 71
Binary 10000011 10101100 1110101 11000 0 100000 100001 1101001 11001 111001

Color Harmonies of #83AC75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83AC75

Black with #83AC75

Text Example


Text Example

White with #83AC75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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