Html Css Color HEX #84A795 Padua

📋 copy color: '#84A795'

red 132 ◦ green 167 ◦ blue 149

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

Shades of Padua #84A795

Tints of Padua #84A795

RGB

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

 GREEN value IS 167 (65.63% from 255) = 37.28%

 BLUE value IS 149 (58.59% from 255) = 33.26%

R = 29.46%
G = 37.28%
B = 33.26%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.11

 K value IS 0.35

RGB Variations

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

Color information

#84A795 (or 0x84A795) is known color: Padua. HEX triplet: 84, A7 and 95. RGB value is (132,167,149). Sum of RGB (Red+Green+Blue) = 132+167+149=448 (59% of max value = 765). Red value is 132 (51.95% from 255 or 29.46% from 448); Green value is 167 (65.62% from 255 or 37.28% from 448); Blue value is 149 (58.59% from 255 or 33.26% from 448); Max value from RGB is 167 - color contains mainly: green. Hex color #84A795 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #84A795 is #7B586A. Grayscale: #9A9A9A. Windows color (decimal): -8083563 or 9807748. OLE color: 9807748.

HSL color Cylindrical-coordinate representation of color #84A795: hue angle of 149.14º degrees, saturation: 0.17, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #84A795 is Cyan = 0.21, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.35.

Color convert

RGB 132 167 149 -
CMYK 0.21 0 0.11 0.35
HSL 149.14º 0.17% 0.59% -
HSV(B) 149.14º 0.21% 0.65% -
XYZ 28.76 34.71 33.62 -
YUV 154.48 124.9 111.96 -
System Red Green Blue C M Y K H S L
Decimal 132 167 149 0.21 0 0.11 0.35 149.14 0.17 0.59
Hex 84 A7 95 15 0 B 23 95 11 3B
Octal 204 247 225 25 0 13 43 225 21 73
Binary 10000100 10100111 10010101 10101 0 1011 100011 10010101 10001 111011

Color Harmonies of #84A795

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84A795

Black with #84A795

Text Example


Text Example

White with #84A795

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,167,149); }

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

background-color css

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

 a { background-color: rgb(132,167,149); }

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

border-color css

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

 span { border-color: rgb(132,167,149); }

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