Shades of Citrus #9BAD15
Tints of Citrus #9BAD15
RGB
CMYK
RGB Variations
Color information
#9BAD15 (or 0x9BAD15) is known color: Citrus. HEX triplet: 9B, AD and 15. RGB value is (155,173,21). Sum of RGB (Red+Green+Blue) = 155+173+21=349 (46% of max value = 765). Red value is 155 (60.94% from 255 or 44.41% from 349); Green value is 173 (67.97% from 255 or 49.57% from 349); Blue value is 21 (8.59% from 255 or 6.02% from 349); Max value from RGB is 173 - color contains mainly: green. Hex color #9BAD15 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9BAD15 is #6452EA. Grayscale: #969696. Windows color (decimal): -6574827 or 1420699. OLE color: 1420699.
HSL color Cylindrical-coordinate representation of color #9BAD15: hue angle of 67.11º degrees, saturation: 0.78, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #9BAD15 is Cyan = 0.10, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 155 | 173 | 21 | - |
| CMYK | 0.10 | 0 | 0.88 | 0.32 |
| HSL | 67.11º | 0.78% | 0.38% | - |
| HSV(B) | 67.11º | 0.88% | 0.68% | - |
| XYZ | 28.6 | 36.91 | 6.33 | - |
| YUV | 150.29 | 55.04 | 131.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 173 | 21 | 0.10 | 0 | 0.88 | 0.32 | 67.11 | 0.78 | 0.38 |
| Hex | 9B | AD | 15 | A | 0 | 58 | 20 | 43 | 4E | 26 |
| Octal | 233 | 255 | 25 | 12 | 0 | 130 | 40 | 103 | 116 | 46 |
| Binary | 10011011 | 10101101 | 10101 | 1010 | 0 | 1011000 | 100000 | 1000011 | 1001110 | 100110 |
Color Harmonies of #9BAD15
Complementary color
Monochromatic Colors of #9BAD15
Black with #9BAD15
Text Example
Text Example
White with #9BAD15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BAD15; }
p { color: rgb(155,173,21); }
H1.HeaderClassName
{
color: #9BAD15;
}
.AnyTagClassName
{
color: #9BAD15;
}
</style>
background-color css
<style>
a { background-color: #9BAD15; }
a { background-color: rgb(155,173,21); }
div.DivClassName
{
background-color: #9BAD15;
}
.BgClassName
{
background-color: #9BAD15;
}
</style>
border-color css
<style>
span { border-color: #9BAD15; }
span { border-color: rgb(155,173,21); }
td.TdClassName
{
border-color: #9BAD15;
}
.TagClassName
{
border-color: #9BAD15;
}
</style>