Html Css Color HEX #83BC9D Padua

📋 copy color: '#83BC9D'

red 131 ◦ green 188 ◦ blue 157

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

Shades of Padua #83BC9D

Tints of Padua #83BC9D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 32.98%

R = 27.52%
G = 39.5%
B = 32.98%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.16

 K value IS 0.26

RGB Variations

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

Color information

#83BC9D (or 0x83BC9D) is known color: Padua. HEX triplet: 83, BC and 9D. RGB value is (131,188,157). Sum of RGB (Red+Green+Blue) = 131+188+157=476 (63% of max value = 765). Red value is 131 (51.56% from 255 or 27.52% from 476); Green value is 188 (73.83% from 255 or 39.50% from 476); Blue value is 157 (61.72% from 255 or 32.98% from 476); Max value from RGB is 188 - color contains mainly: green. Hex color #83BC9D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #83BC9D is #7C4362. Grayscale: #A7A7A7. Windows color (decimal): -8143715 or 10337411. OLE color: 10337411.

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

Color convert

RGB 131 188 157 -
CMYK 0.30 0 0.16 0.26
HSL 147.37º 0.3% 0.63% -
HSV(B) 147.37º 0.3% 0.74% -
XYZ 33.43 43.23 38.48 -
YUV 167.42 122.12 102.02 -
System Red Green Blue C M Y K H S L
Decimal 131 188 157 0.30 0 0.16 0.26 147.37 0.3 0.63
Hex 83 BC 9D 1E 0 10 1A 93 1E 3F
Octal 203 274 235 36 0 20 32 223 36 77
Binary 10000011 10111100 10011101 11110 0 10000 11010 10010011 11110 111111

Color Harmonies of #83BC9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83BC9D

Black with #83BC9D

Text Example


Text Example

White with #83BC9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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