#84A490

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

Shades of Bay Leaf #84A490

Tints of Bay Leaf #84A490

Color information

#84A490 (or 0x84A490) is unknown color: approx Bay Leaf. HEX triplet: 84, A4 and 90. RGB value is (132,164,144). Sum of RGB (Red+Green+Blue) = 132+164+144=440 (58% of max value = 765). Red value is 132 (51.95% from 255 or 30% from 440); Green value is 164 (64.45% from 255 or 37.27% from 440); Blue value is 144 (56.64% from 255 or 32.73% from 440); Max value from RGB is 164 - color contains mainly: green. Hex color #84A490 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #84A490 is #7B5B6F. Grayscale: #989898. Windows color (decimal): -8084336 or 9479300. OLE color: 9479300.

HSL color Cylindrical-coordinate representation of color #84A490: hue angle of 142.5º degrees, saturation: 0.15, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #84A490 is Cyan = 0.20, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.36.

Color convert

RGB132164144-
CMYK0.2000.120.36
HSL142.5º14.95%58.04%-
HSV(B)142.5º19.51%64.31%-
XYZ27.8333.4731.38-
YUV152.15123.4113.63-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 30%
GREEN value IS 164 (64.45% from 255) = 37.27%
BLUE value IS 144 (56.64% from 255) = 32.73%
R=30%
G=37.27%
B=32.73%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1321641440.2000.120.36142.514.9558.04
Hex84A490140C248ef3a
Octal20424422024014442161772
Binary1000010010100100100100001010001100100100100011101111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84A490

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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