#84BA99

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

Shades of Padua #84BA99

Tints of Padua #84BA99

Color information

#84BA99 (or 0x84BA99) is unknown color: approx Padua. HEX triplet: 84, BA and 99. RGB value is (132,186,153). Sum of RGB (Red+Green+Blue) = 132+186+153=471 (62% of max value = 765). Red value is 132 (51.95% from 255 or 28.03% from 471); Green value is 186 (73.05% from 255 or 39.49% from 471); Blue value is 153 (60.16% from 255 or 32.48% from 471); Max value from RGB is 186 - color contains mainly: green. Hex color #84BA99 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #84BA99 is #7B4566. Grayscale: #A6A6A6. Windows color (decimal): -8078695 or 10074756. OLE color: 10074756.

HSL color Cylindrical-coordinate representation of color #84BA99: hue angle of 143.33º degrees, saturation: 0.28, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #84BA99 is Cyan = 0.29, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.27.

Color convert

RGB132186153-
CMYK0.2900.180.27
HSL143.33º28.12%62.35%-
HSV(B)143.33º29.03%72.94%-
XYZ32.8242.3236.58-
YUV166.09120.61103.68-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 28.03%
GREEN value IS 186 (73.05% from 255) = 39.49%
BLUE value IS 153 (60.16% from 255) = 32.48%
R=28.03%
G=39.49%
B=32.48%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1321861530.2900.180.27143.3328.1262.35
Hex84BA991D0121B8f1c3e
Octal20427223135022332173476
Binary10000100101110101001100111101010010110111000111111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84BA99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #84BA99; }

 p { color: rgb(132,186,153); }

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

<style>
 a { background-color: #84BA99; }

 a { background-color: rgb(132,186,153); }

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

<style>
 span { border-color: #84BA99; }

 span { border-color: rgb(132,186,153); }

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