#83BC95

Color #83BC95 Padua (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Padua #83BC95

Tints of Padua #83BC95

Color information

#83BC95 (or 0x83BC95) is unknown color: approx Padua. HEX triplet: 83, BC and 95. RGB value is (131,188,149). Sum of RGB (Red+Green+Blue) = 131+188+149=468 (61% of max value = 765). Red value is 131 (51.56% from 255 or 27.99% from 468); Green value is 188 (73.83% from 255 or 40.17% from 468); Blue value is 149 (58.59% from 255 or 31.84% from 468); Max value from RGB is 188 - color contains mainly: green. Hex color #83BC95 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #83BC95 is #7C436A. Grayscale: #A6A6A6. Windows color (decimal): -8143723 or 9813123. OLE color: 9813123.

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

Color convert

RGB131188149-
CMYK0.3000.210.26
HSL138.95º29.84%62.55%-
HSV(B)138.95º30.32%73.73%-
XYZ32.7742.9635-
YUV166.51118.12102.67-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 27.99%
GREEN value IS 188 (73.83% from 255) = 40.17%
BLUE value IS 149 (58.59% from 255) = 31.84%
R=27.99%
G=40.17%
B=31.84%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1311881490.3000.210.26138.9529.8462.55
Hex83BC951E0151A8b1e3f
Octal20327422536025322133677
Binary10000011101111001001010111110010101110101000101111110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83BC95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #83BC95;
 }
 .AnyTagClassName
 {
   color: #83BC95;
 }
</style>
background-color css

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

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

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

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

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

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