Shades of Persian Green #0BB192
Tints of Persian Green #0BB192
RGB
CMYK
RGB Variations
Color information
#0BB192 (or 0x0BB192) is known color: Persian Green. HEX triplet: 0B, B1 and 92. RGB value is (11,177,146). Sum of RGB (Red+Green+Blue) = 11+177+146=334 (44% of max value = 765). Red value is 11 (4.69% from 255 or 3.29% from 334); Green value is 177 (69.53% from 255 or 52.99% from 334); Blue value is 146 (57.42% from 255 or 43.71% from 334); Max value from RGB is 177 - color contains mainly: green. Hex color #0BB192 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0BB192 is #F44E6D. Grayscale: #7B7B7B. Windows color (decimal): -16010862 or 9613579. OLE color: 9613579.
HSL color Cylindrical-coordinate representation of color #0BB192: hue angle of 168.8º degrees, saturation: 0.88, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0BB192 is Cyan = 0.94, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 11 | 177 | 146 | - |
| CMYK | 0.94 | 0 | 0.18 | 0.31 |
| HSL | 168.8º | 0.88% | 0.37% | - |
| HSV(B) | 168.8º | 0.94% | 0.69% | - |
| XYZ | 21.05 | 33.59 | 32.57 | - |
| YUV | 123.83 | 140.5 | 47.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 177 | 146 | 0.94 | 0 | 0.18 | 0.31 | 168.8 | 0.88 | 0.37 |
| Hex | B | B1 | 92 | 5E | 0 | 12 | 1F | A9 | 58 | 25 |
| Octal | 13 | 261 | 222 | 136 | 0 | 22 | 37 | 251 | 130 | 45 |
| Binary | 1011 | 10110001 | 10010010 | 1011110 | 0 | 10010 | 11111 | 10101001 | 1011000 | 100101 |
Color Harmonies of #0BB192
Complementary color
Monochromatic Colors of #0BB192
Black with #0BB192
Text Example
Text Example
White with #0BB192
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BB192; }
p { color: rgb(11,177,146); }
H1.HeaderClassName
{
color: #0BB192;
}
.AnyTagClassName
{
color: #0BB192;
}
</style>
background-color css
<style>
a { background-color: #0BB192; }
a { background-color: rgb(11,177,146); }
div.DivClassName
{
background-color: #0BB192;
}
.BgClassName
{
background-color: #0BB192;
}
</style>
border-color css
<style>
span { border-color: #0BB192; }
span { border-color: rgb(11,177,146); }
td.TdClassName
{
border-color: #0BB192;
}
.TagClassName
{
border-color: #0BB192;
}
</style>