#84A690

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

Shades of Bay Leaf #84A690

Tints of Bay Leaf #84A690

Color information

#84A690 (or 0x84A690) is unknown color: approx Bay Leaf. HEX triplet: 84, A6 and 90. RGB value is (132,166,144). Sum of RGB (Red+Green+Blue) = 132+166+144=442 (58% of max value = 765). Red value is 132 (51.95% from 255 or 29.86% from 442); Green value is 166 (65.23% from 255 or 37.56% from 442); Blue value is 144 (56.64% from 255 or 32.58% from 442); Max value from RGB is 166 - color contains mainly: green. Hex color #84A690 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #84A690 is #7B596F. Grayscale: #999999. Windows color (decimal): -8083824 or 9479812. OLE color: 9479812.

HSL color Cylindrical-coordinate representation of color #84A690: hue angle of 141.18º degrees, saturation: 0.16, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #84A690 is Cyan = 0.20, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.35.

Color convert

RGB132166144-
CMYK0.2000.130.35
HSL141.18º16.04%58.43%-
HSV(B)141.18º20.48%65.1%-
XYZ28.1934.1931.5-
YUV153.33122.74112.79-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 29.86%
GREEN value IS 166 (65.23% from 255) = 37.56%
BLUE value IS 144 (56.64% from 255) = 32.58%
R=29.86%
G=37.56%
B=32.58%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1321661440.2000.130.35141.1816.0458.43
Hex84A690140D238d103a
Octal20424622024015432152072
Binary10000100101001101001000010100011011000111000110110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84A690

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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