Html Css Color HEX #83BC9B Padua

📋 copy color: '#83BC9B'

red 131 ◦ green 188 ◦ blue 155

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

Shades of Padua #83BC9B

Tints of Padua #83BC9B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 32.7%

R = 27.64%
G = 39.66%
B = 32.7%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.18

 K value IS 0.26

RGB Variations

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

Color information

#83BC9B (or 0x83BC9B) is known color: Padua. HEX triplet: 83, BC and 9B. RGB value is (131,188,155). Sum of RGB (Red+Green+Blue) = 131+188+155=474 (62% of max value = 765). Red value is 131 (51.56% from 255 or 27.64% from 474); Green value is 188 (73.83% from 255 or 39.66% from 474); Blue value is 155 (60.94% from 255 or 32.70% from 474); Max value from RGB is 188 - color contains mainly: green. Hex color #83BC9B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #83BC9B is #7C4364. Grayscale: #A7A7A7. Windows color (decimal): -8143717 or 10206339. OLE color: 10206339.

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

Color convert

RGB 131 188 155 -
CMYK 0.30 0 0.18 0.26
HSL 145.26º 0.3% 0.63% -
HSV(B) 145.26º 0.3% 0.74% -
XYZ 33.26 43.16 37.59 -
YUV 167.2 121.12 102.18 -
System Red Green Blue C M Y K H S L
Decimal 131 188 155 0.30 0 0.18 0.26 145.26 0.3 0.63
Hex 83 BC 9B 1E 0 12 1A 91 1E 3F
Octal 203 274 233 36 0 22 32 221 36 77
Binary 10000011 10111100 10011011 11110 0 10010 11010 10010001 11110 111111

Color Harmonies of #83BC9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83BC9B

Black with #83BC9B

Text Example


Text Example

White with #83BC9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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