Shades of Limerick #84B338
Tints of Limerick #84B338
RGB
CMYK
RGB Variations
Color information
#84B338 (or 0x84B338) is known color: Limerick. HEX triplet: 84, B3 and 38. RGB value is (132,179,56). Sum of RGB (Red+Green+Blue) = 132+179+56=367 (48% of max value = 765). Red value is 132 (51.95% from 255 or 35.97% from 367); Green value is 179 (70.31% from 255 or 48.77% from 367); Blue value is 56 (22.27% from 255 or 15.26% from 367); Max value from RGB is 179 - color contains mainly: green. Hex color #84B338 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #84B338 is #7B4CC7. Grayscale: #979797. Windows color (decimal): -8080584 or 3715972. OLE color: 3715972.
HSL color Cylindrical-coordinate representation of color #84B338: hue angle of 82.93º degrees, saturation: 0.52, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #84B338 is Cyan = 0.26, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 132 | 179 | 56 | - |
| CMYK | 0.26 | 0 | 0.69 | 0.30 |
| HSL | 82.93º | 0.52% | 0.46% | - |
| HSV(B) | 82.93º | 0.69% | 0.7% | - |
| XYZ | 26.35 | 37.43 | 9.58 | - |
| YUV | 150.93 | 74.43 | 114.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 179 | 56 | 0.26 | 0 | 0.69 | 0.30 | 82.93 | 0.52 | 0.46 |
| Hex | 84 | B3 | 38 | 1A | 0 | 45 | 1E | 53 | 34 | 2E |
| Octal | 204 | 263 | 70 | 32 | 0 | 105 | 36 | 123 | 64 | 56 |
| Binary | 10000100 | 10110011 | 111000 | 11010 | 0 | 1000101 | 11110 | 1010011 | 110100 | 101110 |
Color Harmonies of #84B338
Complementary color
Monochromatic Colors of #84B338
Black with #84B338
Text Example
Text Example
White with #84B338
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84B338; }
p { color: rgb(132,179,56); }
H1.HeaderClassName
{
color: #84B338;
}
.AnyTagClassName
{
color: #84B338;
}
</style>
background-color css
<style>
a { background-color: #84B338; }
a { background-color: rgb(132,179,56); }
div.DivClassName
{
background-color: #84B338;
}
.BgClassName
{
background-color: #84B338;
}
</style>
border-color css
<style>
span { border-color: #84B338; }
span { border-color: rgb(132,179,56); }
td.TdClassName
{
border-color: #84B338;
}
.TagClassName
{
border-color: #84B338;
}
</style>