Shades of Citrus #9BA30B
Tints of Citrus #9BA30B
RGB
CMYK
RGB Variations
Color information
#9BA30B (or 0x9BA30B) is known color: Citrus. HEX triplet: 9B, A3 and 0B. RGB value is (155,163,11). Sum of RGB (Red+Green+Blue) = 155+163+11=329 (43% of max value = 765). Red value is 155 (60.94% from 255 or 47.11% from 329); Green value is 163 (64.06% from 255 or 49.54% from 329); Blue value is 11 (4.69% from 255 or 3.34% from 329); Max value from RGB is 163 - color contains mainly: green. Hex color #9BA30B is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9BA30B is #645CF4. Grayscale: #8F8F8F. Windows color (decimal): -6577397 or 762779. OLE color: 762779.
HSL color Cylindrical-coordinate representation of color #9BA30B: hue angle of 63.16º degrees, saturation: 0.87, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #9BA30B is Cyan = 0.05, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 155 | 163 | 11 | - |
| CMYK | 0.05 | 0 | 0.93 | 0.36 |
| HSL | 63.16º | 0.87% | 0.34% | - |
| HSV(B) | 63.16º | 0.93% | 0.64% | - |
| XYZ | 26.68 | 33.19 | 5.32 | - |
| YUV | 143.28 | 53.35 | 136.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 163 | 11 | 0.05 | 0 | 0.93 | 0.36 | 63.16 | 0.87 | 0.34 |
| Hex | 9B | A3 | B | 5 | 0 | 5D | 24 | 3F | 57 | 22 |
| Octal | 233 | 243 | 13 | 5 | 0 | 135 | 44 | 77 | 127 | 42 |
| Binary | 10011011 | 10100011 | 1011 | 101 | 0 | 1011101 | 100100 | 111111 | 1010111 | 100010 |
Color Harmonies of #9BA30B
Complementary color
Monochromatic Colors of #9BA30B
Black with #9BA30B
Text Example
Text Example
White with #9BA30B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BA30B; }
p { color: rgb(155,163,11); }
H1.HeaderClassName
{
color: #9BA30B;
}
.AnyTagClassName
{
color: #9BA30B;
}
</style>
background-color css
<style>
a { background-color: #9BA30B; }
a { background-color: rgb(155,163,11); }
div.DivClassName
{
background-color: #9BA30B;
}
.BgClassName
{
background-color: #9BA30B;
}
</style>
border-color css
<style>
span { border-color: #9BA30B; }
span { border-color: rgb(155,163,11); }
td.TdClassName
{
border-color: #9BA30B;
}
.TagClassName
{
border-color: #9BA30B;
}
</style>