Shades of Islamic Green #1BBC05
Tints of Islamic Green #1BBC05
RGB
CMYK
RGB Variations
Color information
#1BBC05 (or 0x1BBC05) is known color: Islamic Green. HEX triplet: 1B, BC and 05. RGB value is (27,188,5). Sum of RGB (Red+Green+Blue) = 27+188+5=220 (29% of max value = 765). Red value is 27 (10.94% from 255 or 12.27% from 220); Green value is 188 (73.83% from 255 or 85.45% from 220); Blue value is 5 (2.34% from 255 or 2.27% from 220); Max value from RGB is 188 - color contains mainly: green. Hex color #1BBC05 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1BBC05 is #E443FA. Grayscale: #777777. Windows color (decimal): -14959611 or 375835. OLE color: 375835.
HSL color Cylindrical-coordinate representation of color #1BBC05: hue angle of 112.79º degrees, saturation: 0.95, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #1BBC05 is Cyan = 0.86, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 27 | 188 | 5 | - |
| CMYK | 0.86 | 0 | 0.97 | 0.26 |
| HSL | 112.79º | 0.95% | 0.38% | - |
| HSV(B) | 112.79º | 0.97% | 0.74% | - |
| XYZ | 18.46 | 36.21 | 6.16 | - |
| YUV | 119 | 63.66 | 62.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 188 | 5 | 0.86 | 0 | 0.97 | 0.26 | 112.79 | 0.95 | 0.38 |
| Hex | 1B | BC | 5 | 56 | 0 | 61 | 1A | 71 | 5F | 26 |
| Octal | 33 | 274 | 5 | 126 | 0 | 141 | 32 | 161 | 137 | 46 |
| Binary | 11011 | 10111100 | 101 | 1010110 | 0 | 1100001 | 11010 | 1110001 | 1011111 | 100110 |
Color Harmonies of #1BBC05
Complementary color
Monochromatic Colors of #1BBC05
Black with #1BBC05
Text Example
Text Example
White with #1BBC05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BBC05; }
p { color: rgb(27,188,5); }
H1.HeaderClassName
{
color: #1BBC05;
}
.AnyTagClassName
{
color: #1BBC05;
}
</style>
background-color css
<style>
a { background-color: #1BBC05; }
a { background-color: rgb(27,188,5); }
div.DivClassName
{
background-color: #1BBC05;
}
.BgClassName
{
background-color: #1BBC05;
}
</style>
border-color css
<style>
span { border-color: #1BBC05; }
span { border-color: rgb(27,188,5); }
td.TdClassName
{
border-color: #1BBC05;
}
.TagClassName
{
border-color: #1BBC05;
}
</style>