Shades of Citrus #9BA103
Tints of Citrus #9BA103
RGB
CMYK
RGB Variations
Color information
#9BA103 (or 0x9BA103) is known color: Citrus. HEX triplet: 9B, A1 and 03. RGB value is (155,161,3). Sum of RGB (Red+Green+Blue) = 155+161+3=319 (42% of max value = 765). Red value is 155 (60.94% from 255 or 48.59% from 319); Green value is 161 (63.28% from 255 or 50.47% from 319); Blue value is 3 (1.56% from 255 or 0.94% from 319); Max value from RGB is 161 - color contains mainly: green. Hex color #9BA103 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9BA103 is #645EFC. Grayscale: #8D8D8D. Windows color (decimal): -6577917 or 237979. OLE color: 237979.
HSL color Cylindrical-coordinate representation of color #9BA103: hue angle of 62.28º degrees, saturation: 0.96, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #9BA103 is Cyan = 0.04, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 155 | 161 | 3 | - |
| CMYK | 0.04 | 0 | 0.98 | 0.37 |
| HSL | 62.28º | 0.96% | 0.32% | - |
| HSV(B) | 62.28º | 0.98% | 0.63% | - |
| XYZ | 26.28 | 32.46 | 4.97 | - |
| YUV | 141.19 | 50.01 | 137.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 161 | 3 | 0.04 | 0 | 0.98 | 0.37 | 62.28 | 0.96 | 0.32 |
| Hex | 9B | A1 | 3 | 4 | 0 | 62 | 25 | 3E | 60 | 20 |
| Octal | 233 | 241 | 3 | 4 | 0 | 142 | 45 | 76 | 140 | 40 |
| Binary | 10011011 | 10100001 | 11 | 100 | 0 | 1100010 | 100101 | 111110 | 1100000 | 100000 |
Color Harmonies of #9BA103
Complementary color
Monochromatic Colors of #9BA103
Black with #9BA103
Text Example
Text Example
White with #9BA103
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BA103; }
p { color: rgb(155,161,3); }
H1.HeaderClassName
{
color: #9BA103;
}
.AnyTagClassName
{
color: #9BA103;
}
</style>
background-color css
<style>
a { background-color: #9BA103; }
a { background-color: rgb(155,161,3); }
div.DivClassName
{
background-color: #9BA103;
}
.BgClassName
{
background-color: #9BA103;
}
</style>
border-color css
<style>
span { border-color: #9BA103; }
span { border-color: rgb(155,161,3); }
td.TdClassName
{
border-color: #9BA103;
}
.TagClassName
{
border-color: #9BA103;
}
</style>