Html Css Color HEX #84BB96 Padua

📋 copy color: '#84BB96'

red 132 ◦ green 187 ◦ blue 150

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

Shades of Padua #84BB96

Tints of Padua #84BB96

RGB

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

 GREEN value IS 187 (73.44% from 255) = 39.87%

 BLUE value IS 150 (58.98% from 255) = 31.98%

R = 28.14%
G = 39.87%
B = 31.98%

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

#84BB96 (or 0x84BB96) is known color: Padua. HEX triplet: 84, BB and 96. RGB value is (132,187,150). Sum of RGB (Red+Green+Blue) = 132+187+150=469 (62% of max value = 765). Red value is 132 (51.95% from 255 or 28.14% from 469); Green value is 187 (73.44% from 255 or 39.87% from 469); Blue value is 150 (58.98% from 255 or 31.98% from 469); Max value from RGB is 187 - color contains mainly: green. Hex color #84BB96 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #84BB96 is #7B4469. Grayscale: #A6A6A6. Windows color (decimal): -8078442 or 9878404. OLE color: 9878404.

HSL color Cylindrical-coordinate representation of color #84BB96: hue angle of 139.64º degrees, saturation: 0.29, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #84BB96 is Cyan = 0.29, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.27.

Color convert

RGB 132 187 150 -
CMYK 0.29 0 0.20 0.27
HSL 139.64º 0.29% 0.63% -
HSV(B) 139.64º 0.29% 0.73% -
XYZ 32.79 42.65 35.36 -
YUV 166.34 118.78 103.51 -
System Red Green Blue C M Y K H S L
Decimal 132 187 150 0.29 0 0.20 0.27 139.64 0.29 0.63
Hex 84 BB 96 1D 0 14 1B 8C 1D 3F
Octal 204 273 226 35 0 24 33 214 35 77
Binary 10000100 10111011 10010110 11101 0 10100 11011 10001100 11101 111111

Color Harmonies of #84BB96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84BB96

Black with #84BB96

Text Example


Text Example

White with #84BB96

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,187,150); }

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

background-color css

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

 a { background-color: rgb(132,187,150); }

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

border-color css

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

 span { border-color: rgb(132,187,150); }

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