Html Css Color HEX #84BA94 Padua

📋 copy color: '#84BA94'

red 132 ◦ green 186 ◦ blue 148

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

Shades of Padua #84BA94

Tints of Padua #84BA94

RGB

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

 GREEN value IS 186 (73.05% from 255) = 39.91%

 BLUE value IS 148 (58.2% from 255) = 31.76%

R = 28.33%
G = 39.91%
B = 31.76%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.20

 K value IS 0.27

RGB Variations

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

Color information

#84BA94 (or 0x84BA94) is known color: Padua. HEX triplet: 84, BA and 94. RGB value is (132,186,148). Sum of RGB (Red+Green+Blue) = 132+186+148=466 (61% of max value = 765). Red value is 132 (51.95% from 255 or 28.33% from 466); Green value is 186 (73.05% from 255 or 39.91% from 466); Blue value is 148 (58.20% from 255 or 31.76% from 466); Max value from RGB is 186 - color contains mainly: green. Hex color #84BA94 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #84BA94 is #7B456B. Grayscale: #A5A5A5. Windows color (decimal): -8078700 or 9747076. OLE color: 9747076.

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

Color convert

RGB 132 186 148 -
CMYK 0.29 0 0.20 0.27
HSL 137.78º 0.28% 0.62% -
HSV(B) 137.78º 0.29% 0.73% -
XYZ 32.42 42.16 34.45 -
YUV 165.52 118.11 104.09 -
System Red Green Blue C M Y K H S L
Decimal 132 186 148 0.29 0 0.20 0.27 137.78 0.28 0.62
Hex 84 BA 94 1D 0 14 1B 8A 1C 3E
Octal 204 272 224 35 0 24 33 212 34 76
Binary 10000100 10111010 10010100 11101 0 10100 11011 10001010 11100 111110

Color Harmonies of #84BA94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84BA94

Black with #84BA94

Text Example


Text Example

White with #84BA94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,186,148); }

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

background-color css

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

 a { background-color: rgb(132,186,148); }

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

border-color css

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

 span { border-color: rgb(132,186,148); }

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