Html Css Color HEX #83BF9C Padua

📋 copy color: '#83BF9C'

red 131 ◦ green 191 ◦ blue 156

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

Shades of Padua #83BF9C

Tints of Padua #83BF9C

RGB

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

 GREEN value IS 191 (75% from 255) = 39.96%

 BLUE value IS 156 (61.33% from 255) = 32.64%

R = 27.41%
G = 39.96%
B = 32.64%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.18

 K value IS 0.25

RGB Variations

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

Color information

#83BF9C (or 0x83BF9C) is known color: Padua. HEX triplet: 83, BF and 9C. RGB value is (131,191,156). Sum of RGB (Red+Green+Blue) = 131+191+156=478 (63% of max value = 765). Red value is 131 (51.56% from 255 or 27.41% from 478); Green value is 191 (75% from 255 or 39.96% from 478); Blue value is 156 (61.33% from 255 or 32.64% from 478); Max value from RGB is 191 - color contains mainly: green. Hex color #83BF9C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #83BF9C is #7C4063. Grayscale: #A9A9A9. Windows color (decimal): -8142948 or 10272643. OLE color: 10272643.

HSL color Cylindrical-coordinate representation of color #83BF9C: hue angle of 145º degrees, saturation: 0.32, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #83BF9C is Cyan = 0.31, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.25.

Color convert

RGB 131 191 156 -
CMYK 0.31 0 0.18 0.25
HSL 145º 0.32% 0.63% -
HSV(B) 145º 0.31% 0.75% -
XYZ 33.99 44.49 38.25 -
YUV 169.07 120.62 100.85 -
System Red Green Blue C M Y K H S L
Decimal 131 191 156 0.31 0 0.18 0.25 145 0.32 0.63
Hex 83 BF 9C 1F 0 12 19 91 20 3F
Octal 203 277 234 37 0 22 31 221 40 77
Binary 10000011 10111111 10011100 11111 0 10010 11001 10010001 100000 111111

Color Harmonies of #83BF9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83BF9C

Black with #83BF9C

Text Example


Text Example

White with #83BF9C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,191,156); }

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

background-color css

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

 a { background-color: rgb(131,191,156); }

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

border-color css

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

 span { border-color: rgb(131,191,156); }

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