Html Css Color HEX #84B89A Padua

📋 copy color: '#84B89A'

red 132 ◦ green 184 ◦ blue 154

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

Shades of Padua #84B89A

Tints of Padua #84B89A

RGB

 RED value IS 132 (51.95% from 255) = 28.09%

 GREEN value IS 184 (72.27% from 255) = 39.15%

 BLUE value IS 154 (60.55% from 255) = 32.77%

R = 28.09%
G = 39.15%
B = 32.77%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.16

 K value IS 0.28

RGB Variations

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

Color information

#84B89A (or 0x84B89A) is known color: Padua. HEX triplet: 84, B8 and 9A. RGB value is (132,184,154). Sum of RGB (Red+Green+Blue) = 132+184+154=470 (62% of max value = 765). Red value is 132 (51.95% from 255 or 28.09% from 470); Green value is 184 (72.27% from 255 or 39.15% from 470); Blue value is 154 (60.55% from 255 or 32.77% from 470); Max value from RGB is 184 - color contains mainly: green. Hex color #84B89A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #84B89A is #7B4765. Grayscale: #A5A5A5. Windows color (decimal): -8079206 or 10139780. OLE color: 10139780.

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

Color convert

RGB 132 184 154 -
CMYK 0.28 0 0.16 0.28
HSL 145.38º 0.27% 0.62% -
HSV(B) 145.38º 0.28% 0.72% -
XYZ 32.49 41.52 36.87 -
YUV 165.03 121.77 104.44 -
System Red Green Blue C M Y K H S L
Decimal 132 184 154 0.28 0 0.16 0.28 145.38 0.27 0.62
Hex 84 B8 9A 1C 0 10 1C 91 1B 3E
Octal 204 270 232 34 0 20 34 221 33 76
Binary 10000100 10111000 10011010 11100 0 10000 11100 10010001 11011 111110

Color Harmonies of #84B89A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84B89A

Black with #84B89A

Text Example


Text Example

White with #84B89A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,184,154); }

 H1.HeaderClassName
 {
   color: #84B89A;
 }
 .AnyTagClassName
 {
   color: #84B89A;
 }
</style>

background-color css

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

 a { background-color: rgb(132,184,154); }

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

border-color css

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

 span { border-color: rgb(132,184,154); }

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