Shades of Citrus #9BBA12
Tints of Citrus #9BBA12
RGB
CMYK
RGB Variations
Color information
#9BBA12 (or 0x9BBA12) is known color: Citrus. HEX triplet: 9B, BA and 12. RGB value is (155,186,18). Sum of RGB (Red+Green+Blue) = 155+186+18=359 (47% of max value = 765). Red value is 155 (60.94% from 255 or 43.18% from 359); Green value is 186 (73.05% from 255 or 51.81% from 359); Blue value is 18 (7.42% from 255 or 5.01% from 359); Max value from RGB is 186 - color contains mainly: green. Hex color #9BBA12 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9BBA12 is #6445ED. Grayscale: #9E9E9E. Windows color (decimal): -6571502 or 1227419. OLE color: 1227419.
HSL color Cylindrical-coordinate representation of color #9BBA12: hue angle of 71.07º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9BBA12 is Cyan = 0.17, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 155 | 186 | 18 | - |
| CMYK | 0.17 | 0 | 0.90 | 0.27 |
| HSL | 71.07º | 0.82% | 0.4% | - |
| HSV(B) | 71.07º | 0.9% | 0.73% | - |
| XYZ | 31.19 | 42.13 | 7.06 | - |
| YUV | 157.58 | 49.23 | 126.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 186 | 18 | 0.17 | 0 | 0.90 | 0.27 | 71.07 | 0.82 | 0.4 |
| Hex | 9B | BA | 12 | 11 | 0 | 5A | 1B | 47 | 52 | 28 |
| Octal | 233 | 272 | 22 | 21 | 0 | 132 | 33 | 107 | 122 | 50 |
| Binary | 10011011 | 10111010 | 10010 | 10001 | 0 | 1011010 | 11011 | 1000111 | 1010010 | 101000 |
Color Harmonies of #9BBA12
Complementary color
Monochromatic Colors of #9BBA12
Black with #9BBA12
Text Example
Text Example
White with #9BBA12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BBA12; }
p { color: rgb(155,186,18); }
H1.HeaderClassName
{
color: #9BBA12;
}
.AnyTagClassName
{
color: #9BBA12;
}
</style>
background-color css
<style>
a { background-color: #9BBA12; }
a { background-color: rgb(155,186,18); }
div.DivClassName
{
background-color: #9BBA12;
}
.BgClassName
{
background-color: #9BBA12;
}
</style>
border-color css
<style>
span { border-color: #9BBA12; }
span { border-color: rgb(155,186,18); }
td.TdClassName
{
border-color: #9BBA12;
}
.TagClassName
{
border-color: #9BBA12;
}
</style>