Html Css Color HEX #83B694 Padua

📋 copy color: '#83B694'

red 131 ◦ green 182 ◦ blue 148

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

Shades of Padua #83B694

Tints of Padua #83B694

RGB

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

 GREEN value IS 182 (71.48% from 255) = 39.48%

 BLUE value IS 148 (58.2% from 255) = 32.1%

R = 28.42%
G = 39.48%
B = 32.1%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.19

 K value IS 0.29

RGB Variations

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

Color information

#83B694 (or 0x83B694) is known color: Padua. HEX triplet: 83, B6 and 94. RGB value is (131,182,148). Sum of RGB (Red+Green+Blue) = 131+182+148=461 (61% of max value = 765). Red value is 131 (51.56% from 255 or 28.42% from 461); Green value is 182 (71.48% from 255 or 39.48% from 461); Blue value is 148 (58.20% from 255 or 32.10% from 461); Max value from RGB is 182 - color contains mainly: green. Hex color #83B694 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #83B694 is #7C496B. Grayscale: #A2A2A2. Windows color (decimal): -8145260 or 9746051. OLE color: 9746051.

HSL color Cylindrical-coordinate representation of color #83B694: hue angle of 140º degrees, saturation: 0.26, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #83B694 is Cyan = 0.28, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.29.

Color convert

RGB 131 182 148 -
CMYK 0.28 0 0.19 0.29
HSL 140º 0.26% 0.61% -
HSV(B) 140º 0.28% 0.71% -
XYZ 31.43 40.42 34.16 -
YUV 162.88 119.6 105.26 -
System Red Green Blue C M Y K H S L
Decimal 131 182 148 0.28 0 0.19 0.29 140 0.26 0.61
Hex 83 B6 94 1C 0 13 1D 8C 1A 3D
Octal 203 266 224 34 0 23 35 214 32 75
Binary 10000011 10110110 10010100 11100 0 10011 11101 10001100 11010 111101

Color Harmonies of #83B694

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83B694

Black with #83B694

Text Example


Text Example

White with #83B694

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,182,148); }

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

background-color css

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

 a { background-color: rgb(131,182,148); }

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

border-color css

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

 span { border-color: rgb(131,182,148); }

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