Shades of Citrus #9BB209
Tints of Citrus #9BB209
RGB
CMYK
RGB Variations
Color information
#9BB209 (or 0x9BB209) is known color: Citrus. HEX triplet: 9B, B2 and 09. RGB value is (155,178,9). Sum of RGB (Red+Green+Blue) = 155+178+9=342 (45% of max value = 765). Red value is 155 (60.94% from 255 or 45.32% from 342); Green value is 178 (69.92% from 255 or 52.05% from 342); Blue value is 9 (3.91% from 255 or 2.63% from 342); Max value from RGB is 178 - color contains mainly: green. Hex color #9BB209 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9BB209 is #644DF6. Grayscale: #989898. Windows color (decimal): -6573559 or 635547. OLE color: 635547.
HSL color Cylindrical-coordinate representation of color #9BB209: hue angle of 68.17º degrees, saturation: 0.9, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #9BB209 is Cyan = 0.13, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 155 | 178 | 9 | - |
| CMYK | 0.13 | 0 | 0.95 | 0.30 |
| HSL | 68.17º | 0.9% | 0.37% | - |
| HSV(B) | 68.17º | 0.95% | 0.7% | - |
| XYZ | 29.49 | 38.83 | 6.2 | - |
| YUV | 151.86 | 47.38 | 130.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 178 | 9 | 0.13 | 0 | 0.95 | 0.30 | 68.17 | 0.9 | 0.37 |
| Hex | 9B | B2 | 9 | D | 0 | 5F | 1E | 44 | 5A | 25 |
| Octal | 233 | 262 | 11 | 15 | 0 | 137 | 36 | 104 | 132 | 45 |
| Binary | 10011011 | 10110010 | 1001 | 1101 | 0 | 1011111 | 11110 | 1000100 | 1011010 | 100101 |
Color Harmonies of #9BB209
Complementary color
Monochromatic Colors of #9BB209
Black with #9BB209
Text Example
Text Example
White with #9BB209
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BB209; }
p { color: rgb(155,178,9); }
H1.HeaderClassName
{
color: #9BB209;
}
.AnyTagClassName
{
color: #9BB209;
}
</style>
background-color css
<style>
a { background-color: #9BB209; }
a { background-color: rgb(155,178,9); }
div.DivClassName
{
background-color: #9BB209;
}
.BgClassName
{
background-color: #9BB209;
}
</style>
border-color css
<style>
span { border-color: #9BB209; }
span { border-color: rgb(155,178,9); }
td.TdClassName
{
border-color: #9BB209;
}
.TagClassName
{
border-color: #9BB209;
}
</style>