Html Css Color HEX #84B698 Padua

📋 copy color: '#84B698'

red 132 ◦ green 182 ◦ blue 152

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

Shades of Padua #84B698

Tints of Padua #84B698

RGB

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

 GREEN value IS 182 (71.48% from 255) = 39.06%

 BLUE value IS 152 (59.77% from 255) = 32.62%

R = 28.33%
G = 39.06%
B = 32.62%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.16

 K value IS 0.29

RGB Variations

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

Color information

#84B698 (or 0x84B698) is known color: Padua. HEX triplet: 84, B6 and 98. RGB value is (132,182,152). Sum of RGB (Red+Green+Blue) = 132+182+152=466 (61% of max value = 765). Red value is 132 (51.95% from 255 or 28.33% from 466); Green value is 182 (71.48% from 255 or 39.06% from 466); Blue value is 152 (59.77% from 255 or 32.62% from 466); Max value from RGB is 182 - color contains mainly: green. Hex color #84B698 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #84B698 is #7B4967. Grayscale: #A3A3A3. Windows color (decimal): -8079720 or 10008196. OLE color: 10008196.

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

Color convert

RGB 132 182 152 -
CMYK 0.27 0 0.16 0.29
HSL 144º 0.26% 0.62% -
HSV(B) 144º 0.27% 0.71% -
XYZ 31.91 40.63 35.87 -
YUV 163.63 121.44 105.44 -
System Red Green Blue C M Y K H S L
Decimal 132 182 152 0.27 0 0.16 0.29 144 0.26 0.62
Hex 84 B6 98 1B 0 10 1D 90 1A 3E
Octal 204 266 230 33 0 20 35 220 32 76
Binary 10000100 10110110 10011000 11011 0 10000 11101 10010000 11010 111110

Color Harmonies of #84B698

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84B698

Black with #84B698

Text Example


Text Example

White with #84B698

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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