#84B491

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

Shades of Bay Leaf #84B491

Tints of Bay Leaf #84B491

Color information

#84B491 (or 0x84B491) is unknown color: approx Bay Leaf. HEX triplet: 84, B4 and 91. RGB value is (132,180,145). Sum of RGB (Red+Green+Blue) = 132+180+145=457 (60% of max value = 765). Red value is 132 (51.95% from 255 or 28.88% from 457); Green value is 180 (70.70% from 255 or 39.39% from 457); Blue value is 145 (57.03% from 255 or 31.73% from 457); Max value from RGB is 180 - color contains mainly: green. Hex color #84B491 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #84B491 is #7B4B6E. Grayscale: #A1A1A1. Windows color (decimal): -8080239 or 9548932. OLE color: 9548932.

HSL color Cylindrical-coordinate representation of color #84B491: hue angle of 136.25º degrees, saturation: 0.24, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #84B491 is Cyan = 0.27, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.29.

Color convert

RGB132180145-
CMYK0.2700.190.29
HSL136.25º24.24%61.18%-
HSV(B)136.25º26.67%70.59%-
XYZ30.9539.5932.8-
YUV161.66118.6106.85-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 28.88%
GREEN value IS 180 (70.70% from 255) = 39.39%
BLUE value IS 145 (57.03% from 255) = 31.73%
R=28.88%
G=39.39%
B=31.73%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1321801450.2700.190.29136.2524.2461.18
Hex84B4911B0131D88183d
Octal20426422133023352103075
Binary10000100101101001001000111011010011111011000100011000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84B491

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,180,145); }

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

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

 a { background-color: rgb(132,180,145); }

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

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

 span { border-color: rgb(132,180,145); }

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