#84B492

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

Shades of Bay Leaf #84B492

Tints of Bay Leaf #84B492

Color information

#84B492 (or 0x84B492) is unknown color: approx Bay Leaf. HEX triplet: 84, B4 and 92. RGB value is (132,180,146). Sum of RGB (Red+Green+Blue) = 132+180+146=458 (60% of max value = 765). Red value is 132 (51.95% from 255 or 28.82% from 458); Green value is 180 (70.70% from 255 or 39.30% from 458); Blue value is 146 (57.42% from 255 or 31.88% from 458); Max value from RGB is 180 - color contains mainly: green. Hex color #84B492 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #84B492 is #7B4B6D. Grayscale: #A1A1A1. Windows color (decimal): -8080238 or 9614468. OLE color: 9614468.

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

Color convert

RGB132180146-
CMYK0.2700.190.29
HSL137.5º24.24%61.18%-
HSV(B)137.5º26.67%70.59%-
XYZ31.0339.6233.21-
YUV161.77119.1106.76-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 28.82%
GREEN value IS 180 (70.70% from 255) = 39.30%
BLUE value IS 146 (57.42% from 255) = 31.88%
R=28.82%
G=39.30%
B=31.88%

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
Decimal1321801460.2700.190.29137.524.2461.18
Hex84B4921B0131D89183d
Octal20426422233023352113075
Binary10000100101101001001001011011010011111011000100111000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84B492

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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