Shades of Citrus #9CB509
Tints of Citrus #9CB509
RGB
CMYK
RGB Variations
Color information
#9CB509 (or 0x9CB509) is known color: Citrus. HEX triplet: 9C, B5 and 09. RGB value is (156,181,9). Sum of RGB (Red+Green+Blue) = 156+181+9=346 (45% of max value = 765). Red value is 156 (61.33% from 255 or 45.09% from 346); Green value is 181 (71.09% from 255 or 52.31% from 346); Blue value is 9 (3.91% from 255 or 2.60% from 346); Max value from RGB is 181 - color contains mainly: green. Hex color #9CB509 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9CB509 is #634AF6. Grayscale: #9A9A9A. Windows color (decimal): -6507255 or 636316. OLE color: 636316.
HSL color Cylindrical-coordinate representation of color #9CB509: hue angle of 68.72º degrees, saturation: 0.91, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #9CB509 is Cyan = 0.14, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 156 | 181 | 9 | - |
| CMYK | 0.14 | 0 | 0.95 | 0.29 |
| HSL | 68.72º | 0.91% | 0.37% | - |
| HSV(B) | 68.72º | 0.95% | 0.71% | - |
| XYZ | 30.28 | 40.14 | 6.41 | - |
| YUV | 153.92 | 46.22 | 129.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 181 | 9 | 0.14 | 0 | 0.95 | 0.29 | 68.72 | 0.91 | 0.37 |
| Hex | 9C | B5 | 9 | E | 0 | 5F | 1D | 45 | 5B | 25 |
| Octal | 234 | 265 | 11 | 16 | 0 | 137 | 35 | 105 | 133 | 45 |
| Binary | 10011100 | 10110101 | 1001 | 1110 | 0 | 1011111 | 11101 | 1000101 | 1011011 | 100101 |
Color Harmonies of #9CB509
Complementary color
Monochromatic Colors of #9CB509
Black with #9CB509
Text Example
Text Example
White with #9CB509
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CB509; }
p { color: rgb(156,181,9); }
H1.HeaderClassName
{
color: #9CB509;
}
.AnyTagClassName
{
color: #9CB509;
}
</style>
background-color css
<style>
a { background-color: #9CB509; }
a { background-color: rgb(156,181,9); }
div.DivClassName
{
background-color: #9CB509;
}
.BgClassName
{
background-color: #9CB509;
}
</style>
border-color css
<style>
span { border-color: #9CB509; }
span { border-color: rgb(156,181,9); }
td.TdClassName
{
border-color: #9CB509;
}
.TagClassName
{
border-color: #9CB509;
}
</style>