Shades of Citrus #9BA915
Tints of Citrus #9BA915
RGB
CMYK
RGB Variations
Color information
#9BA915 (or 0x9BA915) is known color: Citrus. HEX triplet: 9B, A9 and 15. RGB value is (155,169,21). Sum of RGB (Red+Green+Blue) = 155+169+21=345 (45% of max value = 765). Red value is 155 (60.94% from 255 or 44.93% from 345); Green value is 169 (66.41% from 255 or 48.99% from 345); Blue value is 21 (8.59% from 255 or 6.09% from 345); Max value from RGB is 169 - color contains mainly: green. Hex color #9BA915 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9BA915 is #6456EA. Grayscale: #949494. Windows color (decimal): -6575851 or 1419675. OLE color: 1419675.
HSL color Cylindrical-coordinate representation of color #9BA915: hue angle of 65.68º degrees, saturation: 0.78, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #9BA915 is Cyan = 0.08, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 155 | 169 | 21 | - |
| CMYK | 0.08 | 0 | 0.88 | 0.34 |
| HSL | 65.68º | 0.78% | 0.37% | - |
| HSV(B) | 65.68º | 0.88% | 0.66% | - |
| XYZ | 27.84 | 35.4 | 6.07 | - |
| YUV | 147.94 | 56.36 | 133.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 169 | 21 | 0.08 | 0 | 0.88 | 0.34 | 65.68 | 0.78 | 0.37 |
| Hex | 9B | A9 | 15 | 8 | 0 | 58 | 22 | 42 | 4E | 25 |
| Octal | 233 | 251 | 25 | 10 | 0 | 130 | 42 | 102 | 116 | 45 |
| Binary | 10011011 | 10101001 | 10101 | 1000 | 0 | 1011000 | 100010 | 1000010 | 1001110 | 100101 |
Color Harmonies of #9BA915
Complementary color
Monochromatic Colors of #9BA915
Black with #9BA915
Text Example
Text Example
White with #9BA915
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BA915; }
p { color: rgb(155,169,21); }
H1.HeaderClassName
{
color: #9BA915;
}
.AnyTagClassName
{
color: #9BA915;
}
</style>
background-color css
<style>
a { background-color: #9BA915; }
a { background-color: rgb(155,169,21); }
div.DivClassName
{
background-color: #9BA915;
}
.BgClassName
{
background-color: #9BA915;
}
</style>
border-color css
<style>
span { border-color: #9BA915; }
span { border-color: rgb(155,169,21); }
td.TdClassName
{
border-color: #9BA915;
}
.TagClassName
{
border-color: #9BA915;
}
</style>