Html Css Color HEX #83AB6D Amulet

📋 copy color: '#83AB6D'

red 131 ◦ green 171 ◦ blue 109

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

Shades of Amulet #83AB6D

Tints of Amulet #83AB6D

RGB

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

 GREEN value IS 171 (67.19% from 255) = 41.61%

 BLUE value IS 109 (42.97% from 255) = 26.52%

R = 31.87%
G = 41.61%
B = 26.52%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.36

 K value IS 0.33

RGB Variations

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

Color information

#83AB6D (or 0x83AB6D) is known color: Amulet. HEX triplet: 83, AB and 6D. RGB value is (131,171,109). Sum of RGB (Red+Green+Blue) = 131+171+109=411 (54% of max value = 765). Red value is 131 (51.56% from 255 or 31.87% from 411); Green value is 171 (67.19% from 255 or 41.61% from 411); Blue value is 109 (42.97% from 255 or 26.52% from 411); Max value from RGB is 171 - color contains mainly: green. Hex color #83AB6D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #83AB6D is #7C5492. Grayscale: #989898. Windows color (decimal): -8148115 or 7187331. OLE color: 7187331.

HSL color Cylindrical-coordinate representation of color #83AB6D: hue angle of 98.71º degrees, saturation: 0.27, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #83AB6D is Cyan = 0.23, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.33.

Color convert

RGB 131 171 109 -
CMYK 0.23 0 0.36 0.33
HSL 98.71º 0.27% 0.55% -
HSV(B) 98.71º 0.36% 0.67% -
XYZ 26.68 35.06 19.83 -
YUV 151.97 103.75 113.04 -
System Red Green Blue C M Y K H S L
Decimal 131 171 109 0.23 0 0.36 0.33 98.71 0.27 0.55
Hex 83 AB 6D 17 0 24 21 63 1B 37
Octal 203 253 155 27 0 44 41 143 33 67
Binary 10000011 10101011 1101101 10111 0 100100 100001 1100011 11011 110111

Color Harmonies of #83AB6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83AB6D

Black with #83AB6D

Text Example


Text Example

White with #83AB6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,171,109); }

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

background-color css

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

 a { background-color: rgb(131,171,109); }

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

border-color css

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

 span { border-color: rgb(131,171,109); }

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