Html Css Color HEX #83BA97 Padua

📋 copy color: '#83BA97'

red 131 ◦ green 186 ◦ blue 151

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

Shades of Padua #83BA97

Tints of Padua #83BA97

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 32.26%

R = 27.99%
G = 39.74%
B = 32.26%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.19

 K value IS 0.27

RGB Variations

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

Color information

#83BA97 (or 0x83BA97) is known color: Padua. HEX triplet: 83, BA and 97. RGB value is (131,186,151). Sum of RGB (Red+Green+Blue) = 131+186+151=468 (61% of max value = 765). Red value is 131 (51.56% from 255 or 27.99% from 468); Green value is 186 (73.05% from 255 or 39.74% from 468); Blue value is 151 (59.38% from 255 or 32.26% from 468); Max value from RGB is 186 - color contains mainly: green. Hex color #83BA97 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #83BA97 is #7C4568. Grayscale: #A5A5A5. Windows color (decimal): -8144233 or 9943683. OLE color: 9943683.

HSL color Cylindrical-coordinate representation of color #83BA97: hue angle of 141.82º 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 #83BA97 is Cyan = 0.30, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.27.

Color convert

RGB 131 186 151 -
CMYK 0.30 0 0.19 0.27
HSL 141.82º 0.28% 0.62% -
HSV(B) 141.82º 0.3% 0.73% -
XYZ 32.5 42.18 35.71 -
YUV 165.57 119.78 103.35 -
System Red Green Blue C M Y K H S L
Decimal 131 186 151 0.30 0 0.19 0.27 141.82 0.28 0.62
Hex 83 BA 97 1E 0 13 1B 8E 1C 3E
Octal 203 272 227 36 0 23 33 216 34 76
Binary 10000011 10111010 10010111 11110 0 10011 11011 10001110 11100 111110

Color Harmonies of #83BA97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83BA97

Black with #83BA97

Text Example


Text Example

White with #83BA97

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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