Shades of Persian Green #0BB896
Tints of Persian Green #0BB896
RGB
CMYK
RGB Variations
Color information
#0BB896 (or 0x0BB896) is known color: Persian Green. HEX triplet: 0B, B8 and 96. RGB value is (11,184,150). Sum of RGB (Red+Green+Blue) = 11+184+150=345 (45% of max value = 765). Red value is 11 (4.69% from 255 or 3.19% from 345); Green value is 184 (72.27% from 255 or 53.33% from 345); Blue value is 150 (58.98% from 255 or 43.48% from 345); Max value from RGB is 184 - color contains mainly: green. Hex color #0BB896 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0BB896 is #F44769. Grayscale: #808080. Windows color (decimal): -16009066 or 9877515. OLE color: 9877515.
HSL color Cylindrical-coordinate representation of color #0BB896: hue angle of 168.21º degrees, saturation: 0.89, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0BB896 is Cyan = 0.94, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 11 | 184 | 150 | - |
| CMYK | 0.94 | 0 | 0.18 | 0.28 |
| HSL | 168.21º | 0.89% | 0.38% | - |
| HSV(B) | 168.21º | 0.94% | 0.72% | - |
| XYZ | 22.78 | 36.55 | 34.71 | - |
| YUV | 128.4 | 140.19 | 44.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 184 | 150 | 0.94 | 0 | 0.18 | 0.28 | 168.21 | 0.89 | 0.38 |
| Hex | B | B8 | 96 | 5E | 0 | 12 | 1C | A8 | 59 | 26 |
| Octal | 13 | 270 | 226 | 136 | 0 | 22 | 34 | 250 | 131 | 46 |
| Binary | 1011 | 10111000 | 10010110 | 1011110 | 0 | 10010 | 11100 | 10101000 | 1011001 | 100110 |
Color Harmonies of #0BB896
Complementary color
Monochromatic Colors of #0BB896
Black with #0BB896
Text Example
Text Example
White with #0BB896
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BB896; }
p { color: rgb(11,184,150); }
H1.HeaderClassName
{
color: #0BB896;
}
.AnyTagClassName
{
color: #0BB896;
}
</style>
background-color css
<style>
a { background-color: #0BB896; }
a { background-color: rgb(11,184,150); }
div.DivClassName
{
background-color: #0BB896;
}
.BgClassName
{
background-color: #0BB896;
}
</style>
border-color css
<style>
span { border-color: #0BB896; }
span { border-color: rgb(11,184,150); }
td.TdClassName
{
border-color: #0BB896;
}
.TagClassName
{
border-color: #0BB896;
}
</style>