Shades of Citrus #9BA105
Tints of Citrus #9BA105
RGB
CMYK
RGB Variations
Color information
#9BA105 (or 0x9BA105) is known color: Citrus. HEX triplet: 9B, A1 and 05. RGB value is (155,161,5). Sum of RGB (Red+Green+Blue) = 155+161+5=321 (42% of max value = 765). Red value is 155 (60.94% from 255 or 48.29% from 321); Green value is 161 (63.28% from 255 or 50.16% from 321); Blue value is 5 (2.34% from 255 or 1.56% from 321); Max value from RGB is 161 - color contains mainly: green. Hex color #9BA105 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9BA105 is #645EFA. Grayscale: #8E8E8E. Windows color (decimal): -6577915 or 369051. OLE color: 369051.
HSL color Cylindrical-coordinate representation of color #9BA105: hue angle of 62.31º degrees, saturation: 0.94, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9BA105 is Cyan = 0.04, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 155 | 161 | 5 | - |
| CMYK | 0.04 | 0 | 0.97 | 0.37 |
| HSL | 62.31º | 0.94% | 0.33% | - |
| HSV(B) | 62.31º | 0.97% | 0.63% | - |
| XYZ | 26.29 | 32.47 | 5.03 | - |
| YUV | 141.42 | 51.01 | 137.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 161 | 5 | 0.04 | 0 | 0.97 | 0.37 | 62.31 | 0.94 | 0.33 |
| Hex | 9B | A1 | 5 | 4 | 0 | 61 | 25 | 3E | 5E | 21 |
| Octal | 233 | 241 | 5 | 4 | 0 | 141 | 45 | 76 | 136 | 41 |
| Binary | 10011011 | 10100001 | 101 | 100 | 0 | 1100001 | 100101 | 111110 | 1011110 | 100001 |
Color Harmonies of #9BA105
Complementary color
Monochromatic Colors of #9BA105
Black with #9BA105
Text Example
Text Example
White with #9BA105
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BA105; }
p { color: rgb(155,161,5); }
H1.HeaderClassName
{
color: #9BA105;
}
.AnyTagClassName
{
color: #9BA105;
}
</style>
background-color css
<style>
a { background-color: #9BA105; }
a { background-color: rgb(155,161,5); }
div.DivClassName
{
background-color: #9BA105;
}
.BgClassName
{
background-color: #9BA105;
}
</style>
border-color css
<style>
span { border-color: #9BA105; }
span { border-color: rgb(155,161,5); }
td.TdClassName
{
border-color: #9BA105;
}
.TagClassName
{
border-color: #9BA105;
}
</style>