Html Css Color HEX #83A478 Amulet

📋 copy color: '#83A478'

red 131 ◦ green 164 ◦ blue 120

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

Shades of Amulet #83A478

Tints of Amulet #83A478

RGB

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

 GREEN value IS 164 (64.45% from 255) = 39.52%

 BLUE value IS 120 (47.27% from 255) = 28.92%

R = 31.57%
G = 39.52%
B = 28.92%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.27

 K value IS 0.36

RGB Variations

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

Color information

#83A478 (or 0x83A478) is known color: Amulet. HEX triplet: 83, A4 and 78. RGB value is (131,164,120). Sum of RGB (Red+Green+Blue) = 131+164+120=415 (54% of max value = 765). Red value is 131 (51.56% from 255 or 31.57% from 415); Green value is 164 (64.45% from 255 or 39.52% from 415); Blue value is 120 (47.27% from 255 or 28.92% from 415); Max value from RGB is 164 - color contains mainly: green. Hex color #83A478 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #83A478 is #7C5B87. Grayscale: #959595. Windows color (decimal): -8149896 or 7906435. OLE color: 7906435.

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

Color convert

RGB 131 164 120 -
CMYK 0.20 0 0.27 0.36
HSL 105º 0.19% 0.56% -
HSV(B) 105º 0.27% 0.64% -
XYZ 26.03 32.73 22.72 -
YUV 149.12 111.57 115.08 -
System Red Green Blue C M Y K H S L
Decimal 131 164 120 0.20 0 0.27 0.36 105 0.19 0.56
Hex 83 A4 78 14 0 1B 24 69 13 38
Octal 203 244 170 24 0 33 44 151 23 70
Binary 10000011 10100100 1111000 10100 0 11011 100100 1101001 10011 111000

Color Harmonies of #83A478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83A478

Black with #83A478

Text Example


Text Example

White with #83A478

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,164,120); }

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

background-color css

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

 a { background-color: rgb(131,164,120); }

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

border-color css

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

 span { border-color: rgb(131,164,120); }

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