Shades of Citrus #9BAC05
Tints of Citrus #9BAC05
RGB
CMYK
RGB Variations
Color information
#9BAC05 (or 0x9BAC05) is known color: Citrus. HEX triplet: 9B, AC and 05. RGB value is (155,172,5). Sum of RGB (Red+Green+Blue) = 155+172+5=332 (43% of max value = 765). Red value is 155 (60.94% from 255 or 46.69% from 332); Green value is 172 (67.58% from 255 or 51.81% from 332); Blue value is 5 (2.34% from 255 or 1.51% from 332); Max value from RGB is 172 - color contains mainly: green. Hex color #9BAC05 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9BAC05 is #6453FA. Grayscale: #949494. Windows color (decimal): -6575099 or 371867. OLE color: 371867.
HSL color Cylindrical-coordinate representation of color #9BAC05: hue angle of 66.11º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9BAC05 is Cyan = 0.10, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 155 | 172 | 5 | - |
| CMYK | 0.10 | 0 | 0.97 | 0.33 |
| HSL | 66.11º | 0.94% | 0.35% | - |
| HSV(B) | 66.11º | 0.97% | 0.67% | - |
| XYZ | 28.3 | 36.48 | 5.69 | - |
| YUV | 147.88 | 47.37 | 133.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 172 | 5 | 0.10 | 0 | 0.97 | 0.33 | 66.11 | 0.94 | 0.35 |
| Hex | 9B | AC | 5 | A | 0 | 61 | 21 | 42 | 5E | 23 |
| Octal | 233 | 254 | 5 | 12 | 0 | 141 | 41 | 102 | 136 | 43 |
| Binary | 10011011 | 10101100 | 101 | 1010 | 0 | 1100001 | 100001 | 1000010 | 1011110 | 100011 |
Color Harmonies of #9BAC05
Complementary color
Monochromatic Colors of #9BAC05
Black with #9BAC05
Text Example
Text Example
White with #9BAC05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BAC05; }
p { color: rgb(155,172,5); }
H1.HeaderClassName
{
color: #9BAC05;
}
.AnyTagClassName
{
color: #9BAC05;
}
</style>
background-color css
<style>
a { background-color: #9BAC05; }
a { background-color: rgb(155,172,5); }
div.DivClassName
{
background-color: #9BAC05;
}
.BgClassName
{
background-color: #9BAC05;
}
</style>
border-color css
<style>
span { border-color: #9BAC05; }
span { border-color: rgb(155,172,5); }
td.TdClassName
{
border-color: #9BAC05;
}
.TagClassName
{
border-color: #9BAC05;
}
</style>