Shades of Citrus #9BAF05
Tints of Citrus #9BAF05
RGB
CMYK
RGB Variations
Color information
#9BAF05 (or 0x9BAF05) is known color: Citrus. HEX triplet: 9B, AF and 05. RGB value is (155,175,5). Sum of RGB (Red+Green+Blue) = 155+175+5=335 (44% of max value = 765). Red value is 155 (60.94% from 255 or 46.27% from 335); Green value is 175 (68.75% from 255 or 52.24% from 335); Blue value is 5 (2.34% from 255 or 1.49% from 335); Max value from RGB is 175 - color contains mainly: green. Hex color #9BAF05 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9BAF05 is #6450FA. Grayscale: #969696. Windows color (decimal): -6574331 or 372635. OLE color: 372635.
HSL color Cylindrical-coordinate representation of color #9BAF05: hue angle of 67.06º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9BAF05 is Cyan = 0.11, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 155 | 175 | 5 | - |
| CMYK | 0.11 | 0 | 0.97 | 0.31 |
| HSL | 67.06º | 0.94% | 0.35% | - |
| HSV(B) | 67.06º | 0.97% | 0.69% | - |
| XYZ | 28.87 | 37.64 | 5.89 | - |
| YUV | 149.64 | 46.37 | 131.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 175 | 5 | 0.11 | 0 | 0.97 | 0.31 | 67.06 | 0.94 | 0.35 |
| Hex | 9B | AF | 5 | B | 0 | 61 | 1F | 43 | 5E | 23 |
| Octal | 233 | 257 | 5 | 13 | 0 | 141 | 37 | 103 | 136 | 43 |
| Binary | 10011011 | 10101111 | 101 | 1011 | 0 | 1100001 | 11111 | 1000011 | 1011110 | 100011 |
Color Harmonies of #9BAF05
Complementary color
Monochromatic Colors of #9BAF05
Black with #9BAF05
Text Example
Text Example
White with #9BAF05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BAF05; }
p { color: rgb(155,175,5); }
H1.HeaderClassName
{
color: #9BAF05;
}
.AnyTagClassName
{
color: #9BAF05;
}
</style>
background-color css
<style>
a { background-color: #9BAF05; }
a { background-color: rgb(155,175,5); }
div.DivClassName
{
background-color: #9BAF05;
}
.BgClassName
{
background-color: #9BAF05;
}
</style>
border-color css
<style>
span { border-color: #9BAF05; }
span { border-color: rgb(155,175,5); }
td.TdClassName
{
border-color: #9BAF05;
}
.TagClassName
{
border-color: #9BAF05;
}
</style>