#84A890

Color #84A890 Bay Leaf (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bay Leaf #84A890

Tints of Bay Leaf #84A890

Color information

#84A890 (or 0x84A890) is unknown color: approx Bay Leaf. HEX triplet: 84, A8 and 90. RGB value is (132,168,144). Sum of RGB (Red+Green+Blue) = 132+168+144=444 (58% of max value = 765). Red value is 132 (51.95% from 255 or 29.73% from 444); Green value is 168 (66.02% from 255 or 37.84% from 444); Blue value is 144 (56.64% from 255 or 32.43% from 444); Max value from RGB is 168 - color contains mainly: green. Hex color #84A890 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #84A890 is #7B576F. Grayscale: #9A9A9A. Windows color (decimal): -8083312 or 9480324. OLE color: 9480324.

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

Color convert

RGB132168144-
CMYK0.2100.140.34
HSL140º17.14%58.82%-
HSV(B)140º21.43%65.88%-
XYZ28.5534.9231.62-
YUV154.5122.07111.95-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 29.73%
GREEN value IS 168 (66.02% from 255) = 37.84%
BLUE value IS 144 (56.64% from 255) = 32.43%
R=29.73%
G=37.84%
B=32.43%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1321681440.2100.140.3414017.1458.82
Hex84A890150E228c113b
Octal20425022025016422142173
Binary10000100101010001001000010101011101000101000110010001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84A890

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,168,144); }

 H1.HeaderClassName
 {
   color: #84A890;
 }
 .AnyTagClassName
 {
   color: #84A890;
 }
</style>
background-color css

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

 a { background-color: rgb(132,168,144); }

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

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

 span { border-color: rgb(132,168,144); }

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