Shades of Citron #9BAA1C
Tints of Citron #9BAA1C
RGB
CMYK
RGB Variations
Color information
#9BAA1C (or 0x9BAA1C) is known color: Citron. HEX triplet: 9B, AA and 1C. RGB value is (155,170,28). Sum of RGB (Red+Green+Blue) = 155+170+28=353 (46% of max value = 765). Red value is 155 (60.94% from 255 or 43.91% from 353); Green value is 170 (66.80% from 255 or 48.16% from 353); Blue value is 28 (11.33% from 255 or 7.93% from 353); Max value from RGB is 170 - color contains mainly: green. Hex color #9BAA1C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9BAA1C is #6455E3. Grayscale: #959595. Windows color (decimal): -6575588 or 1878683. OLE color: 1878683.
HSL color Cylindrical-coordinate representation of color #9BAA1C: hue angle of 66.34º degrees, saturation: 0.72, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #9BAA1C is Cyan = 0.09, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 155 | 170 | 28 | - |
| CMYK | 0.09 | 0 | 0.84 | 0.33 |
| HSL | 66.34º | 0.72% | 0.39% | - |
| HSV(B) | 66.34º | 0.84% | 0.67% | - |
| XYZ | 28.1 | 35.8 | 6.53 | - |
| YUV | 149.33 | 59.53 | 132.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 170 | 28 | 0.09 | 0 | 0.84 | 0.33 | 66.34 | 0.72 | 0.39 |
| Hex | 9B | AA | 1C | 9 | 0 | 54 | 21 | 42 | 48 | 27 |
| Octal | 233 | 252 | 34 | 11 | 0 | 124 | 41 | 102 | 110 | 47 |
| Binary | 10011011 | 10101010 | 11100 | 1001 | 0 | 1010100 | 100001 | 1000010 | 1001000 | 100111 |
Color Harmonies of #9BAA1C
Complementary color
Monochromatic Colors of #9BAA1C
Black with #9BAA1C
Text Example
Text Example
White with #9BAA1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BAA1C; }
p { color: rgb(155,170,28); }
H1.HeaderClassName
{
color: #9BAA1C;
}
.AnyTagClassName
{
color: #9BAA1C;
}
</style>
background-color css
<style>
a { background-color: #9BAA1C; }
a { background-color: rgb(155,170,28); }
div.DivClassName
{
background-color: #9BAA1C;
}
.BgClassName
{
background-color: #9BAA1C;
}
</style>
border-color css
<style>
span { border-color: #9BAA1C; }
span { border-color: rgb(155,170,28); }
td.TdClassName
{
border-color: #9BAA1C;
}
.TagClassName
{
border-color: #9BAA1C;
}
</style>