Html Css Color HEX #83B071 Amulet

📋 copy color: '#83B071'

red 131 ◦ green 176 ◦ blue 113

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

Shades of Amulet #83B071

Tints of Amulet #83B071

RGB

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

 GREEN value IS 176 (69.14% from 255) = 41.9%

 BLUE value IS 113 (44.53% from 255) = 26.9%

R = 31.19%
G = 41.9%
B = 26.9%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.36

 K value IS 0.31

RGB Variations

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

Color information

#83B071 (or 0x83B071) is known color: Amulet. HEX triplet: 83, B0 and 71. RGB value is (131,176,113). Sum of RGB (Red+Green+Blue) = 131+176+113=420 (55% of max value = 765). Red value is 131 (51.56% from 255 or 31.19% from 420); Green value is 176 (69.14% from 255 or 41.90% from 420); Blue value is 113 (44.53% from 255 or 26.90% from 420); Max value from RGB is 176 - color contains mainly: green. Hex color #83B071 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #83B071 is #7C4F8E. Grayscale: #9B9B9B. Windows color (decimal): -8146831 or 7450755. OLE color: 7450755.

HSL color Cylindrical-coordinate representation of color #83B071: hue angle of 102.86º degrees, saturation: 0.29, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #83B071 is Cyan = 0.26, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.31.

Color convert

RGB 131 176 113 -
CMYK 0.26 0 0.36 0.31
HSL 102.86º 0.29% 0.57% -
HSV(B) 102.86º 0.36% 0.69% -
XYZ 27.87 37.07 21.31 -
YUV 155.36 104.09 110.62 -
System Red Green Blue C M Y K H S L
Decimal 131 176 113 0.26 0 0.36 0.31 102.86 0.29 0.57
Hex 83 B0 71 1A 0 24 1F 67 1D 39
Octal 203 260 161 32 0 44 37 147 35 71
Binary 10000011 10110000 1110001 11010 0 100100 11111 1100111 11101 111001

Color Harmonies of #83B071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83B071

Black with #83B071

Text Example


Text Example

White with #83B071

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,176,113); }

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

background-color css

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

 a { background-color: rgb(131,176,113); }

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

border-color css

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

 span { border-color: rgb(131,176,113); }

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