Shades of Islamic Green #1BBA05
Tints of Islamic Green #1BBA05
RGB
CMYK
RGB Variations
Color information
#1BBA05 (or 0x1BBA05) is known color: Islamic Green. HEX triplet: 1B, BA and 05. RGB value is (27,186,5). Sum of RGB (Red+Green+Blue) = 27+186+5=218 (28% of max value = 765). Red value is 27 (10.94% from 255 or 12.39% from 218); Green value is 186 (73.05% from 255 or 85.32% from 218); Blue value is 5 (2.34% from 255 or 2.29% from 218); Max value from RGB is 186 - color contains mainly: green. Hex color #1BBA05 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1BBA05 is #E445FA. Grayscale: #767676. Windows color (decimal): -14960123 or 375323. OLE color: 375323.
HSL color Cylindrical-coordinate representation of color #1BBA05: hue angle of 112.71º degrees, saturation: 0.95, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #1BBA05 is Cyan = 0.85, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 27 | 186 | 5 | - |
| CMYK | 0.85 | 0 | 0.97 | 0.27 |
| HSL | 112.71º | 0.95% | 0.37% | - |
| HSV(B) | 112.71º | 0.97% | 0.73% | - |
| XYZ | 18.04 | 35.36 | 6.02 | - |
| YUV | 117.83 | 64.32 | 63.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 186 | 5 | 0.85 | 0 | 0.97 | 0.27 | 112.71 | 0.95 | 0.37 |
| Hex | 1B | BA | 5 | 55 | 0 | 61 | 1B | 71 | 5F | 25 |
| Octal | 33 | 272 | 5 | 125 | 0 | 141 | 33 | 161 | 137 | 45 |
| Binary | 11011 | 10111010 | 101 | 1010101 | 0 | 1100001 | 11011 | 1110001 | 1011111 | 100101 |
Color Harmonies of #1BBA05
Complementary color
Monochromatic Colors of #1BBA05
Black with #1BBA05
Text Example
Text Example
White with #1BBA05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BBA05; }
p { color: rgb(27,186,5); }
H1.HeaderClassName
{
color: #1BBA05;
}
.AnyTagClassName
{
color: #1BBA05;
}
</style>
background-color css
<style>
a { background-color: #1BBA05; }
a { background-color: rgb(27,186,5); }
div.DivClassName
{
background-color: #1BBA05;
}
.BgClassName
{
background-color: #1BBA05;
}
</style>
border-color css
<style>
span { border-color: #1BBA05; }
span { border-color: rgb(27,186,5); }
td.TdClassName
{
border-color: #1BBA05;
}
.TagClassName
{
border-color: #1BBA05;
}
</style>