Shades of Bay Leaf #84BE90
Tints of Bay Leaf #84BE90
RGB
CMYK
RGB Variations
Color information
#84BE90 (or 0x84BE90) is known color: Bay Leaf. HEX triplet: 84, BE and 90. RGB value is (132,190,144). Sum of RGB (Red+Green+Blue) = 132+190+144=466 (61% of max value = 765). Red value is 132 (51.95% from 255 or 28.33% from 466); Green value is 190 (74.61% from 255 or 40.77% from 466); Blue value is 144 (56.64% from 255 or 30.90% from 466); Max value from RGB is 190 - color contains mainly: green. Hex color #84BE90 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #84BE90 is #7B416F. Grayscale: #A7A7A7. Windows color (decimal): -8077680 or 9485956. OLE color: 9485956.
HSL color Cylindrical-coordinate representation of color #84BE90: hue angle of 132.41º degrees, saturation: 0.31, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #84BE90 is Cyan = 0.31, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 132 | 190 | 144 | - |
| CMYK | 0.31 | 0 | 0.24 | 0.25 |
| HSL | 132.41º | 0.31% | 0.63% | - |
| HSV(B) | 132.41º | 0.31% | 0.75% | - |
| XYZ | 32.96 | 43.75 | 33.09 | - |
| YUV | 167.41 | 114.78 | 102.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 190 | 144 | 0.31 | 0 | 0.24 | 0.25 | 132.41 | 0.31 | 0.63 |
| Hex | 84 | BE | 90 | 1F | 0 | 18 | 19 | 84 | 1F | 3F |
| Octal | 204 | 276 | 220 | 37 | 0 | 30 | 31 | 204 | 37 | 77 |
| Binary | 10000100 | 10111110 | 10010000 | 11111 | 0 | 11000 | 11001 | 10000100 | 11111 | 111111 |
Color Harmonies of #84BE90
Complementary color
Monochromatic Colors of #84BE90
Black with #84BE90
Text Example
Text Example
White with #84BE90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84BE90; }
p { color: rgb(132,190,144); }
H1.HeaderClassName
{
color: #84BE90;
}
.AnyTagClassName
{
color: #84BE90;
}
</style>
background-color css
<style>
a { background-color: #84BE90; }
a { background-color: rgb(132,190,144); }
div.DivClassName
{
background-color: #84BE90;
}
.BgClassName
{
background-color: #84BE90;
}
</style>
border-color css
<style>
span { border-color: #84BE90; }
span { border-color: rgb(132,190,144); }
td.TdClassName
{
border-color: #84BE90;
}
.TagClassName
{
border-color: #84BE90;
}
</style>