Shades of Limerick #93AB3D
Tints of Limerick #93AB3D
RGB
CMYK
RGB Variations
Color information
#93AB3D (or 0x93AB3D) is known color: Limerick. HEX triplet: 93, AB and 3D. RGB value is (147,171,61). Sum of RGB (Red+Green+Blue) = 147+171+61=379 (50% of max value = 765). Red value is 147 (57.81% from 255 or 38.79% from 379); Green value is 171 (67.19% from 255 or 45.12% from 379); Blue value is 61 (24.22% from 255 or 16.09% from 379); Max value from RGB is 171 - color contains mainly: green. Hex color #93AB3D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #93AB3D is #6C54C2. Grayscale: #979797. Windows color (decimal): -7099587 or 4041619. OLE color: 4041619.
HSL color Cylindrical-coordinate representation of color #93AB3D: hue angle of 73.09º degrees, saturation: 0.47, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #93AB3D is Cyan = 0.14, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 147 | 171 | 61 | - |
| CMYK | 0.14 | 0 | 0.64 | 0.33 |
| HSL | 73.09º | 0.47% | 0.45% | - |
| HSV(B) | 73.09º | 0.64% | 0.67% | - |
| XYZ | 27.44 | 35.67 | 9.85 | - |
| YUV | 151.28 | 77.05 | 124.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 171 | 61 | 0.14 | 0 | 0.64 | 0.33 | 73.09 | 0.47 | 0.45 |
| Hex | 93 | AB | 3D | E | 0 | 40 | 21 | 49 | 2F | 2D |
| Octal | 223 | 253 | 75 | 16 | 0 | 100 | 41 | 111 | 57 | 55 |
| Binary | 10010011 | 10101011 | 111101 | 1110 | 0 | 1000000 | 100001 | 1001001 | 101111 | 101101 |
Color Harmonies of #93AB3D
Complementary color
Monochromatic Colors of #93AB3D
Black with #93AB3D
Text Example
Text Example
White with #93AB3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93AB3D; }
p { color: rgb(147,171,61); }
H1.HeaderClassName
{
color: #93AB3D;
}
.AnyTagClassName
{
color: #93AB3D;
}
</style>
background-color css
<style>
a { background-color: #93AB3D; }
a { background-color: rgb(147,171,61); }
div.DivClassName
{
background-color: #93AB3D;
}
.BgClassName
{
background-color: #93AB3D;
}
</style>
border-color css
<style>
span { border-color: #93AB3D; }
span { border-color: rgb(147,171,61); }
td.TdClassName
{
border-color: #93AB3D;
}
.TagClassName
{
border-color: #93AB3D;
}
</style>