Html Css Color HEX #83B06C Amulet

📋 copy color: '#83B06C'

red 131 ◦ green 176 ◦ blue 108

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

Shades of Amulet #83B06C

Tints of Amulet #83B06C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 26.02%

R = 31.57%
G = 42.41%
B = 26.02%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.39

 K value IS 0.31

RGB Variations

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

Color information

#83B06C (or 0x83B06C) is known color: Amulet. HEX triplet: 83, B0 and 6C. RGB value is (131,176,108). Sum of RGB (Red+Green+Blue) = 131+176+108=415 (54% of max value = 765). Red value is 131 (51.56% from 255 or 31.57% from 415); Green value is 176 (69.14% from 255 or 42.41% from 415); Blue value is 108 (42.58% from 255 or 26.02% from 415); Max value from RGB is 176 - color contains mainly: green. Hex color #83B06C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #83B06C is #7C4F93. Grayscale: #9B9B9B. Windows color (decimal): -8146836 or 7123075. OLE color: 7123075.

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

Color convert

RGB 131 176 108 -
CMYK 0.26 0 0.39 0.31
HSL 99.71º 0.3% 0.56% -
HSV(B) 99.71º 0.39% 0.69% -
XYZ 27.59 36.96 19.87 -
YUV 154.79 101.59 111.03 -
System Red Green Blue C M Y K H S L
Decimal 131 176 108 0.26 0 0.39 0.31 99.71 0.3 0.56
Hex 83 B0 6C 1A 0 27 1F 64 1E 38
Octal 203 260 154 32 0 47 37 144 36 70
Binary 10000011 10110000 1101100 11010 0 100111 11111 1100100 11110 111000

Color Harmonies of #83B06C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83B06C

Black with #83B06C

Text Example


Text Example

White with #83B06C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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