Shades of Citrus #9BA704
Tints of Citrus #9BA704
RGB
CMYK
RGB Variations
Color information
#9BA704 (or 0x9BA704) is known color: Citrus. HEX triplet: 9B, A7 and 04. RGB value is (155,167,4). Sum of RGB (Red+Green+Blue) = 155+167+4=326 (43% of max value = 765). Red value is 155 (60.94% from 255 or 47.55% from 326); Green value is 167 (65.62% from 255 or 51.23% from 326); Blue value is 4 (1.95% from 255 or 1.23% from 326); Max value from RGB is 167 - color contains mainly: green. Hex color #9BA704 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9BA704 is #6458FB. Grayscale: #919191. Windows color (decimal): -6576380 or 305051. OLE color: 305051.
HSL color Cylindrical-coordinate representation of color #9BA704: hue angle of 64.42º degrees, saturation: 0.95, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #9BA704 is Cyan = 0.07, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 155 | 167 | 4 | - |
| CMYK | 0.07 | 0 | 0.98 | 0.35 |
| HSL | 64.42º | 0.95% | 0.34% | - |
| HSV(B) | 64.42º | 0.98% | 0.65% | - |
| XYZ | 27.36 | 34.61 | 5.35 | - |
| YUV | 144.83 | 48.52 | 135.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 167 | 4 | 0.07 | 0 | 0.98 | 0.35 | 64.42 | 0.95 | 0.34 |
| Hex | 9B | A7 | 4 | 7 | 0 | 62 | 23 | 40 | 5F | 22 |
| Octal | 233 | 247 | 4 | 7 | 0 | 142 | 43 | 100 | 137 | 42 |
| Binary | 10011011 | 10100111 | 100 | 111 | 0 | 1100010 | 100011 | 1000000 | 1011111 | 100010 |
Color Harmonies of #9BA704
Complementary color
Monochromatic Colors of #9BA704
Black with #9BA704
Text Example
Text Example
White with #9BA704
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BA704; }
p { color: rgb(155,167,4); }
H1.HeaderClassName
{
color: #9BA704;
}
.AnyTagClassName
{
color: #9BA704;
}
</style>
background-color css
<style>
a { background-color: #9BA704; }
a { background-color: rgb(155,167,4); }
div.DivClassName
{
background-color: #9BA704;
}
.BgClassName
{
background-color: #9BA704;
}
</style>
border-color css
<style>
span { border-color: #9BA704; }
span { border-color: rgb(155,167,4); }
td.TdClassName
{
border-color: #9BA704;
}
.TagClassName
{
border-color: #9BA704;
}
</style>