#84B58E

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

Shades of Bay Leaf #84B58E

Tints of Bay Leaf #84B58E

Color information

#84B58E (or 0x84B58E) is unknown color: approx Bay Leaf. HEX triplet: 84, B5 and 8E. RGB value is (132,181,142). Sum of RGB (Red+Green+Blue) = 132+181+142=455 (60% of max value = 765). Red value is 132 (51.95% from 255 or 29.01% from 455); Green value is 181 (71.09% from 255 or 39.78% from 455); Blue value is 142 (55.86% from 255 or 31.21% from 455); Max value from RGB is 181 - color contains mainly: green. Hex color #84B58E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #84B58E is #7B4A71. Grayscale: #A2A2A2. Windows color (decimal): -8079986 or 9352580. OLE color: 9352580.

HSL color Cylindrical-coordinate representation of color #84B58E: hue angle of 132.24º degrees, saturation: 0.25, 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 #84B58E is Cyan = 0.27, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.29.

Color convert

RGB132181142-
CMYK0.2700.220.29
HSL132.24º24.87%61.37%-
HSV(B)132.24º27.07%70.98%-
XYZ30.9239.9131.66-
YUV161.9116.77106.67-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 29.01%
GREEN value IS 181 (71.09% from 255) = 39.78%
BLUE value IS 142 (55.86% from 255) = 31.21%
R=29.01%
G=39.78%
B=31.21%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1321811420.2700.220.29132.2424.8761.37
Hex84B58E1B0161D84193d
Octal20426521633026352043175
Binary10000100101101011000111011011010110111011000010011001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84B58E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,181,142); }

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

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

 a { background-color: rgb(132,181,142); }

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

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

 span { border-color: rgb(132,181,142); }

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