Shades of Citrus #9BAF12
Tints of Citrus #9BAF12
RGB
CMYK
RGB Variations
Color information
#9BAF12 (or 0x9BAF12) is known color: Citrus. HEX triplet: 9B, AF and 12. RGB value is (155,175,18). Sum of RGB (Red+Green+Blue) = 155+175+18=348 (46% of max value = 765). Red value is 155 (60.94% from 255 or 44.54% from 348); Green value is 175 (68.75% from 255 or 50.29% from 348); Blue value is 18 (7.42% from 255 or 5.17% from 348); Max value from RGB is 175 - color contains mainly: green. Hex color #9BAF12 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9BAF12 is #6450ED. Grayscale: #979797. Windows color (decimal): -6574318 or 1224603. OLE color: 1224603.
HSL color Cylindrical-coordinate representation of color #9BAF12: hue angle of 67.64º degrees, saturation: 0.81, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9BAF12 is Cyan = 0.11, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 155 | 175 | 18 | - |
| CMYK | 0.11 | 0 | 0.90 | 0.31 |
| HSL | 67.64º | 0.81% | 0.38% | - |
| HSV(B) | 67.64º | 0.9% | 0.69% | - |
| XYZ | 28.96 | 37.67 | 6.32 | - |
| YUV | 151.12 | 52.87 | 130.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 175 | 18 | 0.11 | 0 | 0.90 | 0.31 | 67.64 | 0.81 | 0.38 |
| Hex | 9B | AF | 12 | B | 0 | 5A | 1F | 44 | 51 | 26 |
| Octal | 233 | 257 | 22 | 13 | 0 | 132 | 37 | 104 | 121 | 46 |
| Binary | 10011011 | 10101111 | 10010 | 1011 | 0 | 1011010 | 11111 | 1000100 | 1010001 | 100110 |
Color Harmonies of #9BAF12
Complementary color
Monochromatic Colors of #9BAF12
Black with #9BAF12
Text Example
Text Example
White with #9BAF12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BAF12; }
p { color: rgb(155,175,18); }
H1.HeaderClassName
{
color: #9BAF12;
}
.AnyTagClassName
{
color: #9BAF12;
}
</style>
background-color css
<style>
a { background-color: #9BAF12; }
a { background-color: rgb(155,175,18); }
div.DivClassName
{
background-color: #9BAF12;
}
.BgClassName
{
background-color: #9BAF12;
}
</style>
border-color css
<style>
span { border-color: #9BAF12; }
span { border-color: rgb(155,175,18); }
td.TdClassName
{
border-color: #9BAF12;
}
.TagClassName
{
border-color: #9BAF12;
}
</style>