Html Css Color HEX #83BD98 Padua

📋 copy color: '#83BD98'

red 131 ◦ green 189 ◦ blue 152

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

Shades of Padua #83BD98

Tints of Padua #83BD98

RGB

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

 GREEN value IS 189 (74.22% from 255) = 40.04%

 BLUE value IS 152 (59.77% from 255) = 32.2%

R = 27.75%
G = 40.04%
B = 32.2%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.20

 K value IS 0.26

RGB Variations

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

Color information

#83BD98 (or 0x83BD98) is known color: Padua. HEX triplet: 83, BD and 98. RGB value is (131,189,152). Sum of RGB (Red+Green+Blue) = 131+189+152=472 (62% of max value = 765). Red value is 131 (51.56% from 255 or 27.75% from 472); Green value is 189 (74.22% from 255 or 40.04% from 472); Blue value is 152 (59.77% from 255 or 32.20% from 472); Max value from RGB is 189 - color contains mainly: green. Hex color #83BD98 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #83BD98 is #7C4267. Grayscale: #A7A7A7. Windows color (decimal): -8143464 or 10009987. OLE color: 10009987.

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

Color convert

RGB 131 189 152 -
CMYK 0.31 0 0.20 0.26
HSL 141.72º 0.31% 0.63% -
HSV(B) 141.72º 0.31% 0.74% -
XYZ 33.23 43.49 36.35 -
YUV 167.44 119.28 102.01 -
System Red Green Blue C M Y K H S L
Decimal 131 189 152 0.31 0 0.20 0.26 141.72 0.31 0.63
Hex 83 BD 98 1F 0 14 1A 8E 1F 3F
Octal 203 275 230 37 0 24 32 216 37 77
Binary 10000011 10111101 10011000 11111 0 10100 11010 10001110 11111 111111

Color Harmonies of #83BD98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83BD98

Black with #83BD98

Text Example


Text Example

White with #83BD98

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,189,152); }

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

background-color css

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

 a { background-color: rgb(131,189,152); }

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

border-color css

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

 span { border-color: rgb(131,189,152); }

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