Shades of Citrus #9BA504
Tints of Citrus #9BA504
RGB
CMYK
RGB Variations
Color information
#9BA504 (or 0x9BA504) is known color: Citrus. HEX triplet: 9B, A5 and 04. RGB value is (155,165,4). Sum of RGB (Red+Green+Blue) = 155+165+4=324 (42% of max value = 765). Red value is 155 (60.94% from 255 or 47.84% from 324); Green value is 165 (64.84% from 255 or 50.93% from 324); Blue value is 4 (1.95% from 255 or 1.23% from 324); Max value from RGB is 165 - color contains mainly: green. Hex color #9BA504 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9BA504 is #645AFB. Grayscale: #909090. Windows color (decimal): -6576892 or 304539. OLE color: 304539.
HSL color Cylindrical-coordinate representation of color #9BA504: hue angle of 63.73º degrees, saturation: 0.95, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #9BA504 is Cyan = 0.06, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 155 | 165 | 4 | - |
| CMYK | 0.06 | 0 | 0.98 | 0.35 |
| HSL | 63.73º | 0.95% | 0.33% | - |
| HSV(B) | 63.73º | 0.98% | 0.65% | - |
| XYZ | 26.99 | 33.89 | 5.23 | - |
| YUV | 143.66 | 49.19 | 136.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 165 | 4 | 0.06 | 0 | 0.98 | 0.35 | 63.73 | 0.95 | 0.33 |
| Hex | 9B | A5 | 4 | 6 | 0 | 62 | 23 | 40 | 5F | 21 |
| Octal | 233 | 245 | 4 | 6 | 0 | 142 | 43 | 100 | 137 | 41 |
| Binary | 10011011 | 10100101 | 100 | 110 | 0 | 1100010 | 100011 | 1000000 | 1011111 | 100001 |
Color Harmonies of #9BA504
Complementary color
Monochromatic Colors of #9BA504
Black with #9BA504
Text Example
Text Example
White with #9BA504
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BA504; }
p { color: rgb(155,165,4); }
H1.HeaderClassName
{
color: #9BA504;
}
.AnyTagClassName
{
color: #9BA504;
}
</style>
background-color css
<style>
a { background-color: #9BA504; }
a { background-color: rgb(155,165,4); }
div.DivClassName
{
background-color: #9BA504;
}
.BgClassName
{
background-color: #9BA504;
}
</style>
border-color css
<style>
span { border-color: #9BA504; }
span { border-color: rgb(155,165,4); }
td.TdClassName
{
border-color: #9BA504;
}
.TagClassName
{
border-color: #9BA504;
}
</style>