Shades of Citrus #9BA403
Tints of Citrus #9BA403
RGB
CMYK
RGB Variations
Color information
#9BA403 (or 0x9BA403) is known color: Citrus. HEX triplet: 9B, A4 and 03. RGB value is (155,164,3). Sum of RGB (Red+Green+Blue) = 155+164+3=322 (42% of max value = 765). Red value is 155 (60.94% from 255 or 48.14% from 322); Green value is 164 (64.45% from 255 or 50.93% from 322); Blue value is 3 (1.56% from 255 or 0.93% from 322); Max value from RGB is 164 - color contains mainly: green. Hex color #9BA403 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9BA403 is #645BFC. Grayscale: #8F8F8F. Windows color (decimal): -6577149 or 238747. OLE color: 238747.
HSL color Cylindrical-coordinate representation of color #9BA403: hue angle of 63.35º degrees, saturation: 0.96, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #9BA403 is Cyan = 0.05, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 155 | 164 | 3 | - |
| CMYK | 0.05 | 0 | 0.98 | 0.36 |
| HSL | 63.35º | 0.96% | 0.33% | - |
| HSV(B) | 63.35º | 0.98% | 0.64% | - |
| XYZ | 26.81 | 33.53 | 5.14 | - |
| YUV | 142.96 | 49.02 | 136.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 164 | 3 | 0.05 | 0 | 0.98 | 0.36 | 63.35 | 0.96 | 0.33 |
| Hex | 9B | A4 | 3 | 5 | 0 | 62 | 24 | 3F | 60 | 21 |
| Octal | 233 | 244 | 3 | 5 | 0 | 142 | 44 | 77 | 140 | 41 |
| Binary | 10011011 | 10100100 | 11 | 101 | 0 | 1100010 | 100100 | 111111 | 1100000 | 100001 |
Color Harmonies of #9BA403
Complementary color
Monochromatic Colors of #9BA403
Black with #9BA403
Text Example
Text Example
White with #9BA403
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BA403; }
p { color: rgb(155,164,3); }
H1.HeaderClassName
{
color: #9BA403;
}
.AnyTagClassName
{
color: #9BA403;
}
</style>
background-color css
<style>
a { background-color: #9BA403; }
a { background-color: rgb(155,164,3); }
div.DivClassName
{
background-color: #9BA403;
}
.BgClassName
{
background-color: #9BA403;
}
</style>
border-color css
<style>
span { border-color: #9BA403; }
span { border-color: rgb(155,164,3); }
td.TdClassName
{
border-color: #9BA403;
}
.TagClassName
{
border-color: #9BA403;
}
</style>