Html Css Color HEX #83AB75 Amulet

📋 copy color: '#83AB75'

red 131 ◦ green 171 ◦ blue 117

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

Shades of Amulet #83AB75

Tints of Amulet #83AB75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 27.92%

R = 31.26%
G = 40.81%
B = 27.92%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.32

 K value IS 0.33

RGB Variations

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

Color information

#83AB75 (or 0x83AB75) is known color: Amulet. HEX triplet: 83, AB and 75. RGB value is (131,171,117). Sum of RGB (Red+Green+Blue) = 131+171+117=419 (55% of max value = 765). Red value is 131 (51.56% from 255 or 31.26% from 419); Green value is 171 (67.19% from 255 or 40.81% from 419); Blue value is 117 (46.09% from 255 or 27.92% from 419); Max value from RGB is 171 - color contains mainly: green. Hex color #83AB75 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #83AB75 is #7C548A. Grayscale: #999999. Windows color (decimal): -8148107 or 7711619. OLE color: 7711619.

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

Color convert

RGB 131 171 117 -
CMYK 0.23 0 0.32 0.33
HSL 104.44º 0.24% 0.56% -
HSV(B) 104.44º 0.32% 0.67% -
XYZ 27.13 35.24 22.2 -
YUV 152.88 107.75 112.39 -
System Red Green Blue C M Y K H S L
Decimal 131 171 117 0.23 0 0.32 0.33 104.44 0.24 0.56
Hex 83 AB 75 17 0 20 21 68 18 38
Octal 203 253 165 27 0 40 41 150 30 70
Binary 10000011 10101011 1110101 10111 0 100000 100001 1101000 11000 111000

Color Harmonies of #83AB75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83AB75

Black with #83AB75

Text Example


Text Example

White with #83AB75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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