Shades of Citrus #9BA104
Tints of Citrus #9BA104
RGB
CMYK
RGB Variations
Color information
#9BA104 (or 0x9BA104) is known color: Citrus. HEX triplet: 9B, A1 and 04. RGB value is (155,161,4). Sum of RGB (Red+Green+Blue) = 155+161+4=320 (42% of max value = 765). Red value is 155 (60.94% from 255 or 48.44% from 320); Green value is 161 (63.28% from 255 or 50.31% from 320); Blue value is 4 (1.95% from 255 or 1.25% from 320); Max value from RGB is 161 - color contains mainly: green. Hex color #9BA104 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9BA104 is #645EFB. Grayscale: #8D8D8D. Windows color (decimal): -6577916 or 303515. OLE color: 303515.
HSL color Cylindrical-coordinate representation of color #9BA104: hue angle of 62.29º degrees, saturation: 0.95, 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 #9BA104 is Cyan = 0.04, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 155 | 161 | 4 | - |
| CMYK | 0.04 | 0 | 0.98 | 0.37 |
| HSL | 62.29º | 0.95% | 0.32% | - |
| HSV(B) | 62.29º | 0.98% | 0.63% | - |
| XYZ | 26.28 | 32.47 | 5 | - |
| YUV | 141.31 | 50.51 | 137.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 161 | 4 | 0.04 | 0 | 0.98 | 0.37 | 62.29 | 0.95 | 0.32 |
| Hex | 9B | A1 | 4 | 4 | 0 | 62 | 25 | 3E | 5F | 20 |
| Octal | 233 | 241 | 4 | 4 | 0 | 142 | 45 | 76 | 137 | 40 |
| Binary | 10011011 | 10100001 | 100 | 100 | 0 | 1100010 | 100101 | 111110 | 1011111 | 100000 |
Color Harmonies of #9BA104
Complementary color
Monochromatic Colors of #9BA104
Black with #9BA104
Text Example
Text Example
White with #9BA104
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BA104; }
p { color: rgb(155,161,4); }
H1.HeaderClassName
{
color: #9BA104;
}
.AnyTagClassName
{
color: #9BA104;
}
</style>
background-color css
<style>
a { background-color: #9BA104; }
a { background-color: rgb(155,161,4); }
div.DivClassName
{
background-color: #9BA104;
}
.BgClassName
{
background-color: #9BA104;
}
</style>
border-color css
<style>
span { border-color: #9BA104; }
span { border-color: rgb(155,161,4); }
td.TdClassName
{
border-color: #9BA104;
}
.TagClassName
{
border-color: #9BA104;
}
</style>