Shades of Islamic Green #0BBC05
Tints of Islamic Green #0BBC05
RGB
CMYK
RGB Variations
Color information
#0BBC05 (or 0x0BBC05) is known color: Islamic Green. HEX triplet: 0B, BC and 05. RGB value is (11,188,5). Sum of RGB (Red+Green+Blue) = 11+188+5=204 (27% of max value = 765). Red value is 11 (4.69% from 255 or 5.39% from 204); Green value is 188 (73.83% from 255 or 92.16% from 204); Blue value is 5 (2.34% from 255 or 2.45% from 204); Max value from RGB is 188 - color contains mainly: green. Hex color #0BBC05 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0BBC05 is #F443FA. Grayscale: #727272. Windows color (decimal): -16008187 or 375819. OLE color: 375819.
HSL color Cylindrical-coordinate representation of color #0BBC05: hue angle of 118.03º 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 #0BBC05 is Cyan = 0.94, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 11 | 188 | 5 | - |
| CMYK | 0.94 | 0 | 0.97 | 0.26 |
| HSL | 118.03º | 0.95% | 0.38% | - |
| HSV(B) | 118.03º | 0.97% | 0.74% | - |
| XYZ | 18.15 | 36.05 | 6.15 | - |
| YUV | 114.22 | 66.36 | 54.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 188 | 5 | 0.94 | 0 | 0.97 | 0.26 | 118.03 | 0.95 | 0.38 |
| Hex | B | BC | 5 | 5E | 0 | 61 | 1A | 76 | 5F | 26 |
| Octal | 13 | 274 | 5 | 136 | 0 | 141 | 32 | 166 | 137 | 46 |
| Binary | 1011 | 10111100 | 101 | 1011110 | 0 | 1100001 | 11010 | 1110110 | 1011111 | 100110 |
Color Harmonies of #0BBC05
Complementary color
Monochromatic Colors of #0BBC05
Black with #0BBC05
Text Example
Text Example
White with #0BBC05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BBC05; }
p { color: rgb(11,188,5); }
H1.HeaderClassName
{
color: #0BBC05;
}
.AnyTagClassName
{
color: #0BBC05;
}
</style>
background-color css
<style>
a { background-color: #0BBC05; }
a { background-color: rgb(11,188,5); }
div.DivClassName
{
background-color: #0BBC05;
}
.BgClassName
{
background-color: #0BBC05;
}
</style>
border-color css
<style>
span { border-color: #0BBC05; }
span { border-color: rgb(11,188,5); }
td.TdClassName
{
border-color: #0BBC05;
}
.TagClassName
{
border-color: #0BBC05;
}
</style>