Html Css Color HEX #84B997 Padua

📋 copy color: '#84B997'

red 132 ◦ green 185 ◦ blue 151

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

Shades of Padua #84B997

Tints of Padua #84B997

RGB

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

 GREEN value IS 185 (72.66% from 255) = 39.53%

 BLUE value IS 151 (59.38% from 255) = 32.26%

R = 28.21%
G = 39.53%
B = 32.26%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.18

 K value IS 0.27

RGB Variations

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

Color information

#84B997 (or 0x84B997) is known color: Padua. HEX triplet: 84, B9 and 97. RGB value is (132,185,151). Sum of RGB (Red+Green+Blue) = 132+185+151=468 (61% of max value = 765). Red value is 132 (51.95% from 255 or 28.21% from 468); Green value is 185 (72.66% from 255 or 39.53% from 468); Blue value is 151 (59.38% from 255 or 32.26% from 468); Max value from RGB is 185 - color contains mainly: green. Hex color #84B997 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #84B997 is #7B4668. Grayscale: #A5A5A5. Windows color (decimal): -8078953 or 9943428. OLE color: 9943428.

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

Color convert

RGB 132 185 151 -
CMYK 0.29 0 0.18 0.27
HSL 141.51º 0.27% 0.62% -
HSV(B) 141.51º 0.29% 0.73% -
XYZ 32.45 41.84 35.64 -
YUV 165.28 119.94 104.26 -
System Red Green Blue C M Y K H S L
Decimal 132 185 151 0.29 0 0.18 0.27 141.51 0.27 0.62
Hex 84 B9 97 1D 0 12 1B 8E 1B 3E
Octal 204 271 227 35 0 22 33 216 33 76
Binary 10000100 10111001 10010111 11101 0 10010 11011 10001110 11011 111110

Color Harmonies of #84B997

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84B997

Black with #84B997

Text Example


Text Example

White with #84B997

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,185,151); }

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

background-color css

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

 a { background-color: rgb(132,185,151); }

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

border-color css

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

 span { border-color: rgb(132,185,151); }

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