Html Css Color HEX #83B27C Amulet

📋 copy color: '#83B27C'

red 131 ◦ green 178 ◦ blue 124

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

Shades of Amulet #83B27C

Tints of Amulet #83B27C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 28.64%

R = 30.25%
G = 41.11%
B = 28.64%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.30

 K value IS 0.30

RGB Variations

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

Color information

#83B27C (or 0x83B27C) is known color: Amulet. HEX triplet: 83, B2 and 7C. RGB value is (131,178,124). Sum of RGB (Red+Green+Blue) = 131+178+124=433 (57% of max value = 765). Red value is 131 (51.56% from 255 or 30.25% from 433); Green value is 178 (69.92% from 255 or 41.11% from 433); Blue value is 124 (48.83% from 255 or 28.64% from 433); Max value from RGB is 178 - color contains mainly: green. Hex color #83B27C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #83B27C is #7C4D83. Grayscale: #9D9D9D. Windows color (decimal): -8146308 or 8172163. OLE color: 8172163.

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

Color convert

RGB 131 178 124 -
CMYK 0.26 0 0.30 0.30
HSL 112.22º 0.26% 0.59% -
HSV(B) 112.22º 0.3% 0.7% -
XYZ 28.92 38.12 24.9 -
YUV 157.79 108.93 108.89 -
System Red Green Blue C M Y K H S L
Decimal 131 178 124 0.26 0 0.30 0.30 112.22 0.26 0.59
Hex 83 B2 7C 1A 0 1E 1E 70 1A 3B
Octal 203 262 174 32 0 36 36 160 32 73
Binary 10000011 10110010 1111100 11010 0 11110 11110 1110000 11010 111011

Color Harmonies of #83B27C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83B27C

Black with #83B27C

Text Example


Text Example

White with #83B27C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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