Shades of Citrus #9BA901
Tints of Citrus #9BA901
RGB
CMYK
RGB Variations
Color information
#9BA901 (or 0x9BA901) is known color: Citrus. HEX triplet: 9B, A9 and 01. RGB value is (155,169,1). Sum of RGB (Red+Green+Blue) = 155+169+1=325 (43% of max value = 765). Red value is 155 (60.94% from 255 or 47.69% from 325); Green value is 169 (66.41% from 255 or 52% from 325); Blue value is 1 (0.78% from 255 or 0.31% from 325); Max value from RGB is 169 - color contains mainly: green. Hex color #9BA901 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9BA901 is #6456FE. Grayscale: #929292. Windows color (decimal): -6575871 or 108955. OLE color: 108955.
HSL color Cylindrical-coordinate representation of color #9BA901: hue angle of 65º degrees, saturation: 0.99, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9BA901 is Cyan = 0.08, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 155 | 169 | 1 | - |
| CMYK | 0.08 | 0 | 0.99 | 0.34 |
| HSL | 65º | 0.99% | 0.33% | - |
| HSV(B) | 65º | 0.99% | 0.66% | - |
| XYZ | 27.71 | 35.35 | 5.39 | - |
| YUV | 145.66 | 46.36 | 134.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 169 | 1 | 0.08 | 0 | 0.99 | 0.34 | 65 | 0.99 | 0.33 |
| Hex | 9B | A9 | 1 | 8 | 0 | 63 | 22 | 41 | 63 | 21 |
| Octal | 233 | 251 | 1 | 10 | 0 | 143 | 42 | 101 | 143 | 41 |
| Binary | 10011011 | 10101001 | 1 | 1000 | 0 | 1100011 | 100010 | 1000001 | 1100011 | 100001 |
Color Harmonies of #9BA901
Complementary color
Monochromatic Colors of #9BA901
Black with #9BA901
Text Example
Text Example
White with #9BA901
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BA901; }
p { color: rgb(155,169,1); }
H1.HeaderClassName
{
color: #9BA901;
}
.AnyTagClassName
{
color: #9BA901;
}
</style>
background-color css
<style>
a { background-color: #9BA901; }
a { background-color: rgb(155,169,1); }
div.DivClassName
{
background-color: #9BA901;
}
.BgClassName
{
background-color: #9BA901;
}
</style>
border-color css
<style>
span { border-color: #9BA901; }
span { border-color: rgb(155,169,1); }
td.TdClassName
{
border-color: #9BA901;
}
.TagClassName
{
border-color: #9BA901;
}
</style>