Shades of Citrus #9BA513
Tints of Citrus #9BA513
RGB
CMYK
RGB Variations
Color information
#9BA513 (or 0x9BA513) is known color: Citrus. HEX triplet: 9B, A5 and 13. RGB value is (155,165,19). Sum of RGB (Red+Green+Blue) = 155+165+19=339 (44% of max value = 765). Red value is 155 (60.94% from 255 or 45.72% from 339); Green value is 165 (64.84% from 255 or 48.67% from 339); Blue value is 19 (7.81% from 255 or 5.60% from 339); Max value from RGB is 165 - color contains mainly: green. Hex color #9BA513 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9BA513 is #645AEC. Grayscale: #919191. Windows color (decimal): -6576877 or 1287579. OLE color: 1287579.
HSL color Cylindrical-coordinate representation of color #9BA513: hue angle of 64.11º degrees, saturation: 0.79, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #9BA513 is Cyan = 0.06, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 155 | 165 | 19 | - |
| CMYK | 0.06 | 0 | 0.88 | 0.35 |
| HSL | 64.11º | 0.79% | 0.36% | - |
| HSV(B) | 64.11º | 0.88% | 0.65% | - |
| XYZ | 27.09 | 33.93 | 5.74 | - |
| YUV | 145.37 | 56.69 | 134.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 165 | 19 | 0.06 | 0 | 0.88 | 0.35 | 64.11 | 0.79 | 0.36 |
| Hex | 9B | A5 | 13 | 6 | 0 | 58 | 23 | 40 | 4F | 24 |
| Octal | 233 | 245 | 23 | 6 | 0 | 130 | 43 | 100 | 117 | 44 |
| Binary | 10011011 | 10100101 | 10011 | 110 | 0 | 1011000 | 100011 | 1000000 | 1001111 | 100100 |
Color Harmonies of #9BA513
Complementary color
Monochromatic Colors of #9BA513
Black with #9BA513
Text Example
Text Example
White with #9BA513
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BA513; }
p { color: rgb(155,165,19); }
H1.HeaderClassName
{
color: #9BA513;
}
.AnyTagClassName
{
color: #9BA513;
}
</style>
background-color css
<style>
a { background-color: #9BA513; }
a { background-color: rgb(155,165,19); }
div.DivClassName
{
background-color: #9BA513;
}
.BgClassName
{
background-color: #9BA513;
}
</style>
border-color css
<style>
span { border-color: #9BA513; }
span { border-color: rgb(155,165,19); }
td.TdClassName
{
border-color: #9BA513;
}
.TagClassName
{
border-color: #9BA513;
}
</style>