Html Css Color HEX #83BC93 Padua

📋 copy color: '#83BC93'

red 131 ◦ green 188 ◦ blue 147

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

Shades of Padua #83BC93

Tints of Padua #83BC93

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 31.55%

R = 28.11%
G = 40.34%
B = 31.55%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.22

 K value IS 0.26

RGB Variations

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

Color information

#83BC93 (or 0x83BC93) is known color: Padua. HEX triplet: 83, BC and 93. RGB value is (131,188,147). Sum of RGB (Red+Green+Blue) = 131+188+147=466 (61% of max value = 765). Red value is 131 (51.56% from 255 or 28.11% from 466); Green value is 188 (73.83% from 255 or 40.34% from 466); Blue value is 147 (57.81% from 255 or 31.55% from 466); Max value from RGB is 188 - color contains mainly: green. Hex color #83BC93 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #83BC93 is #7C436C. Grayscale: #A6A6A6. Windows color (decimal): -8143725 or 9682051. OLE color: 9682051.

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

Color convert

RGB 131 188 147 -
CMYK 0.30 0 0.22 0.26
HSL 136.84º 0.3% 0.63% -
HSV(B) 136.84º 0.3% 0.74% -
XYZ 32.61 42.9 34.17 -
YUV 166.28 117.12 102.83 -
System Red Green Blue C M Y K H S L
Decimal 131 188 147 0.30 0 0.22 0.26 136.84 0.3 0.63
Hex 83 BC 93 1E 0 16 1A 89 1E 3F
Octal 203 274 223 36 0 26 32 211 36 77
Binary 10000011 10111100 10010011 11110 0 10110 11010 10001001 11110 111111

Color Harmonies of #83BC93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83BC93

Black with #83BC93

Text Example


Text Example

White with #83BC93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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