#84BC98

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

Shades of Padua #84BC98

Tints of Padua #84BC98

Color information

#84BC98 (or 0x84BC98) is unknown color: approx Padua. HEX triplet: 84, BC and 98. RGB value is (132,188,152). Sum of RGB (Red+Green+Blue) = 132+188+152=472 (62% of max value = 765). Red value is 132 (51.95% from 255 or 27.97% from 472); Green value is 188 (73.83% from 255 or 39.83% from 472); Blue value is 152 (59.77% from 255 or 32.20% from 472); Max value from RGB is 188 - color contains mainly: green. Hex color #84BC98 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #84BC98 is #7B4367. Grayscale: #A7A7A7. Windows color (decimal): -8078184 or 10009732. OLE color: 10009732.

HSL color Cylindrical-coordinate representation of color #84BC98: hue angle of 141.43º degrees, saturation: 0.29, 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 #84BC98 is Cyan = 0.30, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.26.

Color convert

RGB132188152-
CMYK0.3000.190.26
HSL141.43º29.47%62.75%-
HSV(B)141.43º29.79%73.73%-
XYZ33.1743.1436.28-
YUV167.15119.45102.93-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 27.97%
GREEN value IS 188 (73.83% from 255) = 39.83%
BLUE value IS 152 (59.77% from 255) = 32.20%
R=27.97%
G=39.83%
B=32.20%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1321881520.3000.190.26141.4329.4762.75
Hex84BC981E0131A8d1d3f
Octal20427423036023322153577
Binary10000100101111001001100011110010011110101000110111101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84BC98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,188,152); }

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

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

 a { background-color: rgb(132,188,152); }

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

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

 span { border-color: rgb(132,188,152); }

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