Html Css Color HEX #83BA93 Padua

📋 copy color: '#83BA93'

red 131 ◦ green 186 ◦ blue 147

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

Shades of Padua #83BA93

Tints of Padua #83BA93

RGB

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

 GREEN value IS 186 (73.05% from 255) = 40.09%

 BLUE value IS 147 (57.81% from 255) = 31.68%

R = 28.23%
G = 40.09%
B = 31.68%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.21

 K value IS 0.27

RGB Variations

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

Color information

#83BA93 (or 0x83BA93) is known color: Padua. HEX triplet: 83, BA and 93. RGB value is (131,186,147). Sum of RGB (Red+Green+Blue) = 131+186+147=464 (61% of max value = 765). Red value is 131 (51.56% from 255 or 28.23% from 464); Green value is 186 (73.05% from 255 or 40.09% from 464); Blue value is 147 (57.81% from 255 or 31.68% from 464); Max value from RGB is 186 - color contains mainly: green. Hex color #83BA93 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #83BA93 is #7C456C. Grayscale: #A5A5A5. Windows color (decimal): -8144237 or 9681539. OLE color: 9681539.

HSL color Cylindrical-coordinate representation of color #83BA93: hue angle of 137.45º degrees, saturation: 0.28, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #83BA93 is Cyan = 0.30, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.27.

Color convert

RGB 131 186 147 -
CMYK 0.30 0 0.21 0.27
HSL 137.45º 0.28% 0.62% -
HSV(B) 137.45º 0.3% 0.73% -
XYZ 32.19 42.05 34.02 -
YUV 165.11 117.78 103.67 -
System Red Green Blue C M Y K H S L
Decimal 131 186 147 0.30 0 0.21 0.27 137.45 0.28 0.62
Hex 83 BA 93 1E 0 15 1B 89 1C 3E
Octal 203 272 223 36 0 25 33 211 34 76
Binary 10000011 10111010 10010011 11110 0 10101 11011 10001001 11100 111110

Color Harmonies of #83BA93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83BA93

Black with #83BA93

Text Example


Text Example

White with #83BA93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,186,147); }

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

background-color css

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

 a { background-color: rgb(131,186,147); }

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

border-color css

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

 span { border-color: rgb(131,186,147); }

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