Html Css Color HEX #84B795 Padua

📋 copy color: '#84B795'

red 132 ◦ green 183 ◦ blue 149

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

Shades of Padua #84B795

Tints of Padua #84B795

RGB

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

 GREEN value IS 183 (71.88% from 255) = 39.44%

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

R = 28.45%
G = 39.44%
B = 32.11%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.19

 K value IS 0.28

RGB Variations

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

Color information

#84B795 (or 0x84B795) is known color: Padua. HEX triplet: 84, B7 and 95. RGB value is (132,183,149). Sum of RGB (Red+Green+Blue) = 132+183+149=464 (61% of max value = 765). Red value is 132 (51.95% from 255 or 28.45% from 464); Green value is 183 (71.88% from 255 or 39.44% from 464); Blue value is 149 (58.59% from 255 or 32.11% from 464); Max value from RGB is 183 - color contains mainly: green. Hex color #84B795 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #84B795 is #7B486A. Grayscale: #A3A3A3. Windows color (decimal): -8079467 or 9811844. OLE color: 9811844.

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

Color convert

RGB 132 183 149 -
CMYK 0.28 0 0.19 0.28
HSL 140º 0.26% 0.62% -
HSV(B) 140º 0.28% 0.72% -
XYZ 31.87 40.94 34.66 -
YUV 163.88 119.6 105.26 -
System Red Green Blue C M Y K H S L
Decimal 132 183 149 0.28 0 0.19 0.28 140 0.26 0.62
Hex 84 B7 95 1C 0 13 1C 8C 1A 3E
Octal 204 267 225 34 0 23 34 214 32 76
Binary 10000100 10110111 10010101 11100 0 10011 11100 10001100 11010 111110

Color Harmonies of #84B795

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84B795

Black with #84B795

Text Example


Text Example

White with #84B795

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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