Html Css Color HEX #83A381 Amulet

📋 copy color: '#83A381'

red 131 ◦ green 163 ◦ blue 129

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

Shades of Amulet #83A381

Tints of Amulet #83A381

RGB

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

 GREEN value IS 163 (64.06% from 255) = 38.53%

 BLUE value IS 129 (50.78% from 255) = 30.5%

R = 30.97%
G = 38.53%
B = 30.5%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.21

 K value IS 0.36

RGB Variations

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

Color information

#83A381 (or 0x83A381) is known color: Amulet. HEX triplet: 83, A3 and 81. RGB value is (131,163,129). Sum of RGB (Red+Green+Blue) = 131+163+129=423 (56% of max value = 765). Red value is 131 (51.56% from 255 or 30.97% from 423); Green value is 163 (64.06% from 255 or 38.53% from 423); Blue value is 129 (50.78% from 255 or 30.50% from 423); Max value from RGB is 163 - color contains mainly: green. Hex color #83A381 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #83A381 is #7C5C7E. Grayscale: #959595. Windows color (decimal): -8150143 or 8496003. OLE color: 8496003.

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

Color convert

RGB 131 163 129 -
CMYK 0.20 0 0.21 0.36
HSL 116.47º 0.16% 0.57% -
HSV(B) 116.47º 0.21% 0.64% -
XYZ 26.42 32.6 25.67 -
YUV 149.56 116.4 114.76 -
System Red Green Blue C M Y K H S L
Decimal 131 163 129 0.20 0 0.21 0.36 116.47 0.16 0.57
Hex 83 A3 81 14 0 15 24 74 10 39
Octal 203 243 201 24 0 25 44 164 20 71
Binary 10000011 10100011 10000001 10100 0 10101 100100 1110100 10000 111001

Color Harmonies of #83A381

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83A381

Black with #83A381

Text Example


Text Example

White with #83A381

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,163,129); }

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

background-color css

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

 a { background-color: rgb(131,163,129); }

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

border-color css

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

 span { border-color: rgb(131,163,129); }

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