Shades of Citrus #9BAD01
Tints of Citrus #9BAD01
RGB
CMYK
RGB Variations
Color information
#9BAD01 (or 0x9BAD01) is known color: Citrus. HEX triplet: 9B, AD and 01. RGB value is (155,173,1). Sum of RGB (Red+Green+Blue) = 155+173+1=329 (43% of max value = 765). Red value is 155 (60.94% from 255 or 47.11% from 329); Green value is 173 (67.97% from 255 or 52.58% from 329); Blue value is 1 (0.78% from 255 or 0.30% from 329); Max value from RGB is 173 - color contains mainly: green. Hex color #9BAD01 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9BAD01 is #6452FE. Grayscale: #949494. Windows color (decimal): -6574847 or 109979. OLE color: 109979.
HSL color Cylindrical-coordinate representation of color #9BAD01: hue angle of 66.28º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9BAD01 is Cyan = 0.10, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 155 | 173 | 1 | - |
| CMYK | 0.10 | 0 | 0.99 | 0.32 |
| HSL | 66.28º | 0.99% | 0.34% | - |
| HSV(B) | 66.28º | 0.99% | 0.68% | - |
| XYZ | 28.47 | 36.86 | 5.64 | - |
| YUV | 148.01 | 45.04 | 132.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 173 | 1 | 0.10 | 0 | 0.99 | 0.32 | 66.28 | 0.99 | 0.34 |
| Hex | 9B | AD | 1 | A | 0 | 63 | 20 | 42 | 63 | 22 |
| Octal | 233 | 255 | 1 | 12 | 0 | 143 | 40 | 102 | 143 | 42 |
| Binary | 10011011 | 10101101 | 1 | 1010 | 0 | 1100011 | 100000 | 1000010 | 1100011 | 100010 |
Color Harmonies of #9BAD01
Complementary color
Monochromatic Colors of #9BAD01
Black with #9BAD01
Text Example
Text Example
White with #9BAD01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BAD01; }
p { color: rgb(155,173,1); }
H1.HeaderClassName
{
color: #9BAD01;
}
.AnyTagClassName
{
color: #9BAD01;
}
</style>
background-color css
<style>
a { background-color: #9BAD01; }
a { background-color: rgb(155,173,1); }
div.DivClassName
{
background-color: #9BAD01;
}
.BgClassName
{
background-color: #9BAD01;
}
</style>
border-color css
<style>
span { border-color: #9BAD01; }
span { border-color: rgb(155,173,1); }
td.TdClassName
{
border-color: #9BAD01;
}
.TagClassName
{
border-color: #9BAD01;
}
</style>