Shades of Citrus #9BAC0F
Tints of Citrus #9BAC0F
RGB
CMYK
RGB Variations
Color information
#9BAC0F (or 0x9BAC0F) is known color: Citrus. HEX triplet: 9B, AC and 0F. RGB value is (155,172,15). Sum of RGB (Red+Green+Blue) = 155+172+15=342 (45% of max value = 765). Red value is 155 (60.94% from 255 or 45.32% from 342); Green value is 172 (67.58% from 255 or 50.29% from 342); Blue value is 15 (6.25% from 255 or 4.39% from 342); Max value from RGB is 172 - color contains mainly: green. Hex color #9BAC0F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9BAC0F is #6453F0. Grayscale: #959595. Windows color (decimal): -6575089 or 1027227. OLE color: 1027227.
HSL color Cylindrical-coordinate representation of color #9BAC0F: hue angle of 66.5º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #9BAC0F is Cyan = 0.10, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 155 | 172 | 15 | - |
| CMYK | 0.10 | 0 | 0.91 | 0.33 |
| HSL | 66.5º | 0.84% | 0.37% | - |
| HSV(B) | 66.5º | 0.91% | 0.67% | - |
| XYZ | 28.36 | 36.51 | 6 | - |
| YUV | 149.02 | 52.37 | 132.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 172 | 15 | 0.10 | 0 | 0.91 | 0.33 | 66.5 | 0.84 | 0.37 |
| Hex | 9B | AC | F | A | 0 | 5B | 21 | 42 | 54 | 25 |
| Octal | 233 | 254 | 17 | 12 | 0 | 133 | 41 | 102 | 124 | 45 |
| Binary | 10011011 | 10101100 | 1111 | 1010 | 0 | 1011011 | 100001 | 1000010 | 1010100 | 100101 |
Color Harmonies of #9BAC0F
Complementary color
Monochromatic Colors of #9BAC0F
Black with #9BAC0F
Text Example
Text Example
White with #9BAC0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BAC0F; }
p { color: rgb(155,172,15); }
H1.HeaderClassName
{
color: #9BAC0F;
}
.AnyTagClassName
{
color: #9BAC0F;
}
</style>
background-color css
<style>
a { background-color: #9BAC0F; }
a { background-color: rgb(155,172,15); }
div.DivClassName
{
background-color: #9BAC0F;
}
.BgClassName
{
background-color: #9BAC0F;
}
</style>
border-color css
<style>
span { border-color: #9BAC0F; }
span { border-color: rgb(155,172,15); }
td.TdClassName
{
border-color: #9BAC0F;
}
.TagClassName
{
border-color: #9BAC0F;
}
</style>