Html Css Color HEX #83AE75 Amulet

📋 copy color: '#83AE75'

red 131 ◦ green 174 ◦ blue 117

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

Shades of Amulet #83AE75

Tints of Amulet #83AE75

RGB

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

 GREEN value IS 174 (68.36% from 255) = 41.23%

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

R = 31.04%
G = 41.23%
B = 27.73%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.33

 K value IS 0.32

RGB Variations

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

Color information

#83AE75 (or 0x83AE75) is known color: Amulet. HEX triplet: 83, AE and 75. RGB value is (131,174,117). Sum of RGB (Red+Green+Blue) = 131+174+117=422 (55% of max value = 765). Red value is 131 (51.56% from 255 or 31.04% from 422); Green value is 174 (68.36% from 255 or 41.23% from 422); Blue value is 117 (46.09% from 255 or 27.73% from 422); Max value from RGB is 174 - color contains mainly: green. Hex color #83AE75 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #83AE75 is #7C518A. Grayscale: #9A9A9A. Windows color (decimal): -8147339 or 7712387. OLE color: 7712387.

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

Color convert

RGB 131 174 117 -
CMYK 0.25 0 0.33 0.32
HSL 105.26º 0.26% 0.57% -
HSV(B) 105.26º 0.33% 0.68% -
XYZ 27.71 36.38 22.39 -
YUV 154.65 106.75 111.13 -
System Red Green Blue C M Y K H S L
Decimal 131 174 117 0.25 0 0.33 0.32 105.26 0.26 0.57
Hex 83 AE 75 19 0 21 20 69 1A 39
Octal 203 256 165 31 0 41 40 151 32 71
Binary 10000011 10101110 1110101 11001 0 100001 100000 1101001 11010 111001

Color Harmonies of #83AE75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83AE75

Black with #83AE75

Text Example


Text Example

White with #83AE75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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