Shades of Islamic Green #0BBC00
Tints of Islamic Green #0BBC00
RGB
CMYK
RGB Variations
Color information
#0BBC00 (or 0x0BBC00) is known color: Islamic Green. HEX triplet: 0B, BC and 00. RGB value is (11,188,0). Sum of RGB (Red+Green+Blue) = 11+188+0=199 (26% of max value = 765). Red value is 11 (4.69% from 255 or 5.53% from 199); Green value is 188 (73.83% from 255 or 94.47% from 199); Blue value is 0 (0.39% from 255 or 0% from 199); Max value from RGB is 188 - color contains mainly: green. Hex color #0BBC00 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0BBC00 is #F443FF. Grayscale: #727272. Windows color (decimal): -16008192 or 48139. OLE color: 48139.
HSL color Cylindrical-coordinate representation of color #0BBC00: hue angle of 116.49º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0BBC00 is Cyan = 0.94, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 11 | 188 | 0 | - |
| CMYK | 0.94 | 0 | 1 | 0.26 |
| HSL | 116.49º | 1% | 0.37% | - |
| HSV(B) | 116.49º | 1% | 0.74% | - |
| XYZ | 18.12 | 36.04 | 6 | - |
| YUV | 113.65 | 63.86 | 54.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 188 | 0 | 0.94 | 0 | 1 | 0.26 | 116.49 | 1 | 0.37 |
| Hex | B | BC | 0 | 5E | 0 | 64 | 1A | 74 | 64 | 25 |
| Octal | 13 | 274 | 0 | 136 | 0 | 144 | 32 | 164 | 144 | 45 |
| Binary | 1011 | 10111100 | 0 | 1011110 | 0 | 1100100 | 11010 | 1110100 | 1100100 | 100101 |
Color Harmonies of #0BBC00
Complementary color
Monochromatic Colors of #0BBC00
Black with #0BBC00
Text Example
Text Example
White with #0BBC00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BBC00; }
p { color: rgb(11,188,0); }
H1.HeaderClassName
{
color: #0BBC00;
}
.AnyTagClassName
{
color: #0BBC00;
}
</style>
background-color css
<style>
a { background-color: #0BBC00; }
a { background-color: rgb(11,188,0); }
div.DivClassName
{
background-color: #0BBC00;
}
.BgClassName
{
background-color: #0BBC00;
}
</style>
border-color css
<style>
span { border-color: #0BBC00; }
span { border-color: rgb(11,188,0); }
td.TdClassName
{
border-color: #0BBC00;
}
.TagClassName
{
border-color: #0BBC00;
}
</style>