#83BB95

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

Shades of Padua #83BB95

Tints of Padua #83BB95

Color information

#83BB95 (or 0x83BB95) is unknown color: approx Padua. HEX triplet: 83, BB and 95. RGB value is (131,187,149). Sum of RGB (Red+Green+Blue) = 131+187+149=467 (61% of max value = 765). Red value is 131 (51.56% from 255 or 28.05% from 467); Green value is 187 (73.44% from 255 or 40.04% from 467); Blue value is 149 (58.59% from 255 or 31.91% from 467); Max value from RGB is 187 - color contains mainly: green. Hex color #83BB95 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #83BB95 is #7C446A. Grayscale: #A6A6A6. Windows color (decimal): -8143979 or 9812867. OLE color: 9812867.

HSL color Cylindrical-coordinate representation of color #83BB95: hue angle of 139.29º degrees, saturation: 0.29, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #83BB95 is Cyan = 0.30, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.27.

Color convert

RGB131187149-
CMYK0.3000.200.27
HSL139.29º29.17%62.35%-
HSV(B)139.29º29.95%73.33%-
XYZ32.5642.5434.93-
YUV165.92118.45103.09-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 28.05%
GREEN value IS 187 (73.44% from 255) = 40.04%
BLUE value IS 149 (58.59% from 255) = 31.91%
R=28.05%
G=40.04%
B=31.91%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1311871490.3000.200.27139.2929.1762.35
Hex83BB951E0141B8b1d3e
Octal20327322536024332133576
Binary10000011101110111001010111110010100110111000101111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83BB95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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