Html Css Color HEX #83A27C Amulet

📋 copy color: '#83A27C'

red 131 ◦ green 162 ◦ blue 124

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

Shades of Amulet #83A27C

Tints of Amulet #83A27C

RGB

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

 GREEN value IS 162 (63.67% from 255) = 38.85%

 BLUE value IS 124 (48.83% from 255) = 29.74%

R = 31.41%
G = 38.85%
B = 29.74%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.23

 K value IS 0.36

RGB Variations

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

Color information

#83A27C (or 0x83A27C) is known color: Amulet. HEX triplet: 83, A2 and 7C. RGB value is (131,162,124). Sum of RGB (Red+Green+Blue) = 131+162+124=417 (55% of max value = 765). Red value is 131 (51.56% from 255 or 31.41% from 417); Green value is 162 (63.67% from 255 or 38.85% from 417); Blue value is 124 (48.83% from 255 or 29.74% from 417); Max value from RGB is 162 - color contains mainly: green. Hex color #83A27C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #83A27C is #7C5D83. Grayscale: #949494. Windows color (decimal): -8150404 or 8168067. OLE color: 8168067.

HSL color Cylindrical-coordinate representation of color #83A27C: hue angle of 108.95º degrees, saturation: 0.17, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #83A27C is Cyan = 0.19, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.36.

Color convert

RGB 131 162 124 -
CMYK 0.19 0 0.23 0.36
HSL 108.95º 0.17% 0.56% -
HSV(B) 108.95º 0.23% 0.64% -
XYZ 25.92 32.12 23.9 -
YUV 148.4 114.23 115.59 -
System Red Green Blue C M Y K H S L
Decimal 131 162 124 0.19 0 0.23 0.36 108.95 0.17 0.56
Hex 83 A2 7C 13 0 17 24 6D 11 38
Octal 203 242 174 23 0 27 44 155 21 70
Binary 10000011 10100010 1111100 10011 0 10111 100100 1101101 10001 111000

Color Harmonies of #83A27C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83A27C

Black with #83A27C

Text Example


Text Example

White with #83A27C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,162,124); }

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

background-color css

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

 a { background-color: rgb(131,162,124); }

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

border-color css

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

 span { border-color: rgb(131,162,124); }

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