Shades of Islamic Green #0BBC07
Tints of Islamic Green #0BBC07
RGB
CMYK
RGB Variations
Color information
#0BBC07 (or 0x0BBC07) is known color: Islamic Green. HEX triplet: 0B, BC and 07. RGB value is (11,188,7). Sum of RGB (Red+Green+Blue) = 11+188+7=206 (27% of max value = 765). Red value is 11 (4.69% from 255 or 5.34% from 206); Green value is 188 (73.83% from 255 or 91.26% from 206); Blue value is 7 (3.12% from 255 or 3.40% from 206); Max value from RGB is 188 - color contains mainly: green. Hex color #0BBC07 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0BBC07 is #F443F8. Grayscale: #727272. Windows color (decimal): -16008185 or 506891. OLE color: 506891.
HSL color Cylindrical-coordinate representation of color #0BBC07: hue angle of 118.67º degrees, saturation: 0.93, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0BBC07 is Cyan = 0.94, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 11 | 188 | 7 | - |
| CMYK | 0.94 | 0 | 0.96 | 0.26 |
| HSL | 118.67º | 0.93% | 0.38% | - |
| HSV(B) | 118.67º | 0.96% | 0.74% | - |
| XYZ | 18.16 | 36.05 | 6.2 | - |
| YUV | 114.44 | 67.36 | 54.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 188 | 7 | 0.94 | 0 | 0.96 | 0.26 | 118.67 | 0.93 | 0.38 |
| Hex | B | BC | 7 | 5E | 0 | 60 | 1A | 77 | 5D | 26 |
| Octal | 13 | 274 | 7 | 136 | 0 | 140 | 32 | 167 | 135 | 46 |
| Binary | 1011 | 10111100 | 111 | 1011110 | 0 | 1100000 | 11010 | 1110111 | 1011101 | 100110 |
Color Harmonies of #0BBC07
Complementary color
Monochromatic Colors of #0BBC07
Black with #0BBC07
Text Example
Text Example
White with #0BBC07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BBC07; }
p { color: rgb(11,188,7); }
H1.HeaderClassName
{
color: #0BBC07;
}
.AnyTagClassName
{
color: #0BBC07;
}
</style>
background-color css
<style>
a { background-color: #0BBC07; }
a { background-color: rgb(11,188,7); }
div.DivClassName
{
background-color: #0BBC07;
}
.BgClassName
{
background-color: #0BBC07;
}
</style>
border-color css
<style>
span { border-color: #0BBC07; }
span { border-color: rgb(11,188,7); }
td.TdClassName
{
border-color: #0BBC07;
}
.TagClassName
{
border-color: #0BBC07;
}
</style>