Shades of Islamic Green #1BBA08
Tints of Islamic Green #1BBA08
RGB
CMYK
RGB Variations
Color information
#1BBA08 (or 0x1BBA08) is known color: Islamic Green. HEX triplet: 1B, BA and 08. RGB value is (27,186,8). Sum of RGB (Red+Green+Blue) = 27+186+8=221 (29% of max value = 765). Red value is 27 (10.94% from 255 or 12.22% from 221); Green value is 186 (73.05% from 255 or 84.16% from 221); Blue value is 8 (3.52% from 255 or 3.62% from 221); Max value from RGB is 186 - color contains mainly: green. Hex color #1BBA08 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1BBA08 is #E445F7. Grayscale: #767676. Windows color (decimal): -14960120 or 571931. OLE color: 571931.
HSL color Cylindrical-coordinate representation of color #1BBA08: hue angle of 113.6º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #1BBA08 is Cyan = 0.85, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 27 | 186 | 8 | - |
| CMYK | 0.85 | 0 | 0.96 | 0.27 |
| HSL | 113.6º | 0.92% | 0.38% | - |
| HSV(B) | 113.6º | 0.96% | 0.73% | - |
| XYZ | 18.05 | 35.37 | 6.1 | - |
| YUV | 118.17 | 65.82 | 62.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 186 | 8 | 0.85 | 0 | 0.96 | 0.27 | 113.6 | 0.92 | 0.38 |
| Hex | 1B | BA | 8 | 55 | 0 | 60 | 1B | 72 | 5C | 26 |
| Octal | 33 | 272 | 10 | 125 | 0 | 140 | 33 | 162 | 134 | 46 |
| Binary | 11011 | 10111010 | 1000 | 1010101 | 0 | 1100000 | 11011 | 1110010 | 1011100 | 100110 |
Color Harmonies of #1BBA08
Complementary color
Monochromatic Colors of #1BBA08
Black with #1BBA08
Text Example
Text Example
White with #1BBA08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BBA08; }
p { color: rgb(27,186,8); }
H1.HeaderClassName
{
color: #1BBA08;
}
.AnyTagClassName
{
color: #1BBA08;
}
</style>
background-color css
<style>
a { background-color: #1BBA08; }
a { background-color: rgb(27,186,8); }
div.DivClassName
{
background-color: #1BBA08;
}
.BgClassName
{
background-color: #1BBA08;
}
</style>
border-color css
<style>
span { border-color: #1BBA08; }
span { border-color: rgb(27,186,8); }
td.TdClassName
{
border-color: #1BBA08;
}
.TagClassName
{
border-color: #1BBA08;
}
</style>