Html Css Color HEX #83B275 Amulet

📋 copy color: '#83B275'

red 131 ◦ green 178 ◦ blue 117

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

Shades of Amulet #83B275

Tints of Amulet #83B275

RGB

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

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

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

R = 30.75%
G = 41.78%
B = 27.46%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.34

 K value IS 0.30

RGB Variations

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

Color information

#83B275 (or 0x83B275) is known color: Amulet. HEX triplet: 83, B2 and 75. RGB value is (131,178,117). Sum of RGB (Red+Green+Blue) = 131+178+117=426 (56% of max value = 765). Red value is 131 (51.56% from 255 or 30.75% from 426); Green value is 178 (69.92% from 255 or 41.78% from 426); Blue value is 117 (46.09% from 255 or 27.46% from 426); Max value from RGB is 178 - color contains mainly: green. Hex color #83B275 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #83B275 is #7C4D8A. Grayscale: #9D9D9D. Windows color (decimal): -8146315 or 7713411. OLE color: 7713411.

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

Color convert

RGB 131 178 117 -
CMYK 0.26 0 0.34 0.30
HSL 106.23º 0.28% 0.58% -
HSV(B) 106.23º 0.34% 0.7% -
XYZ 28.49 37.95 22.65 -
YUV 156.99 105.43 109.46 -
System Red Green Blue C M Y K H S L
Decimal 131 178 117 0.26 0 0.34 0.30 106.23 0.28 0.58
Hex 83 B2 75 1A 0 22 1E 6A 1C 3A
Octal 203 262 165 32 0 42 36 152 34 72
Binary 10000011 10110010 1110101 11010 0 100010 11110 1101010 11100 111010

Color Harmonies of #83B275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83B275

Black with #83B275

Text Example


Text Example

White with #83B275

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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