Shades of Citrus #9CB309
Tints of Citrus #9CB309
RGB
CMYK
RGB Variations
Color information
#9CB309 (or 0x9CB309) is known color: Citrus. HEX triplet: 9C, B3 and 09. RGB value is (156,179,9). Sum of RGB (Red+Green+Blue) = 156+179+9=344 (45% of max value = 765). Red value is 156 (61.33% from 255 or 45.35% from 344); Green value is 179 (70.31% from 255 or 52.03% from 344); Blue value is 9 (3.91% from 255 or 2.62% from 344); Max value from RGB is 179 - color contains mainly: green. Hex color #9CB309 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9CB309 is #634CF6. Grayscale: #999999. Windows color (decimal): -6507767 or 635804. OLE color: 635804.
HSL color Cylindrical-coordinate representation of color #9CB309: hue angle of 68.12º 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 #9CB309 is Cyan = 0.13, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 156 | 179 | 9 | - |
| CMYK | 0.13 | 0 | 0.95 | 0.30 |
| HSL | 68.12º | 0.9% | 0.37% | - |
| HSV(B) | 68.12º | 0.95% | 0.7% | - |
| XYZ | 29.88 | 39.33 | 6.27 | - |
| YUV | 152.74 | 46.88 | 130.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 179 | 9 | 0.13 | 0 | 0.95 | 0.30 | 68.12 | 0.9 | 0.37 |
| Hex | 9C | B3 | 9 | D | 0 | 5F | 1E | 44 | 5A | 25 |
| Octal | 234 | 263 | 11 | 15 | 0 | 137 | 36 | 104 | 132 | 45 |
| Binary | 10011100 | 10110011 | 1001 | 1101 | 0 | 1011111 | 11110 | 1000100 | 1011010 | 100101 |
Color Harmonies of #9CB309
Complementary color
Monochromatic Colors of #9CB309
Black with #9CB309
Text Example
Text Example
White with #9CB309
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CB309; }
p { color: rgb(156,179,9); }
H1.HeaderClassName
{
color: #9CB309;
}
.AnyTagClassName
{
color: #9CB309;
}
</style>
background-color css
<style>
a { background-color: #9CB309; }
a { background-color: rgb(156,179,9); }
div.DivClassName
{
background-color: #9CB309;
}
.BgClassName
{
background-color: #9CB309;
}
</style>
border-color css
<style>
span { border-color: #9CB309; }
span { border-color: rgb(156,179,9); }
td.TdClassName
{
border-color: #9CB309;
}
.TagClassName
{
border-color: #9CB309;
}
</style>