Shades of Citrus #9BB307
Tints of Citrus #9BB307
RGB
CMYK
RGB Variations
Color information
#9BB307 (or 0x9BB307) is known color: Citrus. HEX triplet: 9B, B3 and 07. RGB value is (155,179,7). Sum of RGB (Red+Green+Blue) = 155+179+7=341 (45% of max value = 765). Red value is 155 (60.94% from 255 or 45.45% from 341); Green value is 179 (70.31% from 255 or 52.49% from 341); Blue value is 7 (3.12% from 255 or 2.05% from 341); Max value from RGB is 179 - color contains mainly: green. Hex color #9BB307 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9BB307 is #644CF8. Grayscale: #989898. Windows color (decimal): -6573305 or 504731. OLE color: 504731.
HSL color Cylindrical-coordinate representation of color #9BB307: hue angle of 68.37º degrees, saturation: 0.92, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #9BB307 is Cyan = 0.13, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 155 | 179 | 7 | - |
| CMYK | 0.13 | 0 | 0.96 | 0.30 |
| HSL | 68.37º | 0.92% | 0.36% | - |
| HSV(B) | 68.37º | 0.96% | 0.7% | - |
| XYZ | 29.68 | 39.22 | 6.21 | - |
| YUV | 152.22 | 46.05 | 129.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 179 | 7 | 0.13 | 0 | 0.96 | 0.30 | 68.37 | 0.92 | 0.36 |
| Hex | 9B | B3 | 7 | D | 0 | 60 | 1E | 44 | 5C | 24 |
| Octal | 233 | 263 | 7 | 15 | 0 | 140 | 36 | 104 | 134 | 44 |
| Binary | 10011011 | 10110011 | 111 | 1101 | 0 | 1100000 | 11110 | 1000100 | 1011100 | 100100 |
Color Harmonies of #9BB307
Complementary color
Monochromatic Colors of #9BB307
Black with #9BB307
Text Example
Text Example
White with #9BB307
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BB307; }
p { color: rgb(155,179,7); }
H1.HeaderClassName
{
color: #9BB307;
}
.AnyTagClassName
{
color: #9BB307;
}
</style>
background-color css
<style>
a { background-color: #9BB307; }
a { background-color: rgb(155,179,7); }
div.DivClassName
{
background-color: #9BB307;
}
.BgClassName
{
background-color: #9BB307;
}
</style>
border-color css
<style>
span { border-color: #9BB307; }
span { border-color: rgb(155,179,7); }
td.TdClassName
{
border-color: #9BB307;
}
.TagClassName
{
border-color: #9BB307;
}
</style>