Html Css Color HEX #83BC95 Padua

📋 copy color: '#83BC95'

red 131 ◦ green 188 ◦ blue 149

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

Shades of Padua #83BC95

Tints of Padua #83BC95

RGB

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

 GREEN value IS 188 (73.83% from 255) = 40.17%

 BLUE value IS 149 (58.59% from 255) = 31.84%

R = 27.99%
G = 40.17%
B = 31.84%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.21

 K value IS 0.26

RGB Variations

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

Color information

#83BC95 (or 0x83BC95) is known color: Padua. HEX triplet: 83, BC and 95. RGB value is (131,188,149). Sum of RGB (Red+Green+Blue) = 131+188+149=468 (61% of max value = 765). Red value is 131 (51.56% from 255 or 27.99% from 468); Green value is 188 (73.83% from 255 or 40.17% from 468); Blue value is 149 (58.59% from 255 or 31.84% from 468); Max value from RGB is 188 - color contains mainly: green. Hex color #83BC95 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #83BC95 is #7C436A. Grayscale: #A6A6A6. Windows color (decimal): -8143723 or 9813123. OLE color: 9813123.

HSL color Cylindrical-coordinate representation of color #83BC95: hue angle of 138.95º degrees, saturation: 0.3, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #83BC95 is Cyan = 0.30, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.26.

Color convert

RGB 131 188 149 -
CMYK 0.30 0 0.21 0.26
HSL 138.95º 0.3% 0.63% -
HSV(B) 138.95º 0.3% 0.74% -
XYZ 32.77 42.96 35 -
YUV 166.51 118.12 102.67 -
System Red Green Blue C M Y K H S L
Decimal 131 188 149 0.30 0 0.21 0.26 138.95 0.3 0.63
Hex 83 BC 95 1E 0 15 1A 8B 1E 3F
Octal 203 274 225 36 0 25 32 213 36 77
Binary 10000011 10111100 10010101 11110 0 10101 11010 10001011 11110 111111

Color Harmonies of #83BC95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83BC95

Black with #83BC95

Text Example


Text Example

White with #83BC95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,188,149); }

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

background-color css

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

 a { background-color: rgb(131,188,149); }

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

border-color css

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

 span { border-color: rgb(131,188,149); }

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