Html Css Color HEX #83B26F Amulet

📋 copy color: '#83B26F'

red 131 ◦ green 178 ◦ blue 111

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

Shades of Amulet #83B26F

Tints of Amulet #83B26F

RGB

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

 GREEN value IS 178 (69.92% from 255) = 42.38%

 BLUE value IS 111 (43.75% from 255) = 26.43%

R = 31.19%
G = 42.38%
B = 26.43%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.38

 K value IS 0.30

RGB Variations

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

Color information

#83B26F (or 0x83B26F) is known color: Amulet. HEX triplet: 83, B2 and 6F. RGB value is (131,178,111). Sum of RGB (Red+Green+Blue) = 131+178+111=420 (55% of max value = 765). Red value is 131 (51.56% from 255 or 31.19% from 420); Green value is 178 (69.92% from 255 or 42.38% from 420); Blue value is 111 (43.75% from 255 or 26.43% from 420); Max value from RGB is 178 - color contains mainly: green. Hex color #83B26F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #83B26F is #7C4D90. Grayscale: #9C9C9C. Windows color (decimal): -8146321 or 7320195. OLE color: 7320195.

HSL color Cylindrical-coordinate representation of color #83B26F: hue angle of 102.09º degrees, saturation: 0.3, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #83B26F is Cyan = 0.26, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.30.

Color convert

RGB 131 178 111 -
CMYK 0.26 0 0.38 0.30
HSL 102.09º 0.3% 0.57% -
HSV(B) 102.09º 0.38% 0.7% -
XYZ 28.15 37.81 20.85 -
YUV 156.31 102.43 109.95 -
System Red Green Blue C M Y K H S L
Decimal 131 178 111 0.26 0 0.38 0.30 102.09 0.3 0.57
Hex 83 B2 6F 1A 0 26 1E 66 1E 39
Octal 203 262 157 32 0 46 36 146 36 71
Binary 10000011 10110010 1101111 11010 0 100110 11110 1100110 11110 111001

Color Harmonies of #83B26F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83B26F

Black with #83B26F

Text Example


Text Example

White with #83B26F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,178,111); }

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

background-color css

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

 a { background-color: rgb(131,178,111); }

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

border-color css

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

 span { border-color: rgb(131,178,111); }

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