Html Css Color HEX #83B479 Amulet

📋 copy color: '#83B479'

red 131 ◦ green 180 ◦ blue 121

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

Shades of Amulet #83B479

Tints of Amulet #83B479

RGB

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

 GREEN value IS 180 (70.7% from 255) = 41.67%

 BLUE value IS 121 (47.66% from 255) = 28.01%

R = 30.32%
G = 41.67%
B = 28.01%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.33

 K value IS 0.29

RGB Variations

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

Color information

#83B479 (or 0x83B479) is known color: Amulet. HEX triplet: 83, B4 and 79. RGB value is (131,180,121). Sum of RGB (Red+Green+Blue) = 131+180+121=432 (57% of max value = 765). Red value is 131 (51.56% from 255 or 30.32% from 432); Green value is 180 (70.70% from 255 or 41.67% from 432); Blue value is 121 (47.66% from 255 or 28.01% from 432); Max value from RGB is 180 - color contains mainly: green. Hex color #83B479 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #83B479 is #7C4B86. Grayscale: #9E9E9E. Windows color (decimal): -8145799 or 7976067. OLE color: 7976067.

HSL color Cylindrical-coordinate representation of color #83B479: hue angle of 109.83º degrees, saturation: 0.28, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #83B479 is Cyan = 0.27, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.29.

Color convert

RGB 131 180 121 -
CMYK 0.27 0 0.33 0.29
HSL 109.83º 0.28% 0.59% -
HSV(B) 109.83º 0.33% 0.71% -
XYZ 29.13 38.85 24.05 -
YUV 158.62 106.77 108.3 -
System Red Green Blue C M Y K H S L
Decimal 131 180 121 0.27 0 0.33 0.29 109.83 0.28 0.59
Hex 83 B4 79 1B 0 21 1D 6E 1C 3B
Octal 203 264 171 33 0 41 35 156 34 73
Binary 10000011 10110100 1111001 11011 0 100001 11101 1101110 11100 111011

Color Harmonies of #83B479

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83B479

Black with #83B479

Text Example


Text Example

White with #83B479

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,180,121); }

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

background-color css

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

 a { background-color: rgb(131,180,121); }

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

border-color css

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

 span { border-color: rgb(131,180,121); }

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