Shades of Islamic Green #1BBA06
Tints of Islamic Green #1BBA06
RGB
CMYK
RGB Variations
Color information
#1BBA06 (or 0x1BBA06) is known color: Islamic Green. HEX triplet: 1B, BA and 06. RGB value is (27,186,6). Sum of RGB (Red+Green+Blue) = 27+186+6=219 (29% of max value = 765). Red value is 27 (10.94% from 255 or 12.33% from 219); Green value is 186 (73.05% from 255 or 84.93% from 219); Blue value is 6 (2.73% from 255 or 2.74% from 219); Max value from RGB is 186 - color contains mainly: green. Hex color #1BBA06 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1BBA06 is #E445F9. Grayscale: #767676. Windows color (decimal): -14960122 or 440859. OLE color: 440859.
HSL color Cylindrical-coordinate representation of color #1BBA06: hue angle of 113º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #1BBA06 is Cyan = 0.85, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 27 | 186 | 6 | - |
| CMYK | 0.85 | 0 | 0.97 | 0.27 |
| HSL | 113º | 0.94% | 0.38% | - |
| HSV(B) | 113º | 0.97% | 0.73% | - |
| XYZ | 18.04 | 35.36 | 6.05 | - |
| YUV | 117.94 | 64.82 | 63.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 186 | 6 | 0.85 | 0 | 0.97 | 0.27 | 113 | 0.94 | 0.38 |
| Hex | 1B | BA | 6 | 55 | 0 | 61 | 1B | 71 | 5E | 26 |
| Octal | 33 | 272 | 6 | 125 | 0 | 141 | 33 | 161 | 136 | 46 |
| Binary | 11011 | 10111010 | 110 | 1010101 | 0 | 1100001 | 11011 | 1110001 | 1011110 | 100110 |
Color Harmonies of #1BBA06
Complementary color
Monochromatic Colors of #1BBA06
Black with #1BBA06
Text Example
Text Example
White with #1BBA06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BBA06; }
p { color: rgb(27,186,6); }
H1.HeaderClassName
{
color: #1BBA06;
}
.AnyTagClassName
{
color: #1BBA06;
}
</style>
background-color css
<style>
a { background-color: #1BBA06; }
a { background-color: rgb(27,186,6); }
div.DivClassName
{
background-color: #1BBA06;
}
.BgClassName
{
background-color: #1BBA06;
}
</style>
border-color css
<style>
span { border-color: #1BBA06; }
span { border-color: rgb(27,186,6); }
td.TdClassName
{
border-color: #1BBA06;
}
.TagClassName
{
border-color: #1BBA06;
}
</style>