Shades of Citrus #9CB409
Tints of Citrus #9CB409
RGB
CMYK
RGB Variations
Color information
#9CB409 (or 0x9CB409) is known color: Citrus. HEX triplet: 9C, B4 and 09. RGB value is (156,180,9). Sum of RGB (Red+Green+Blue) = 156+180+9=345 (45% of max value = 765). Red value is 156 (61.33% from 255 or 45.22% from 345); Green value is 180 (70.70% from 255 or 52.17% from 345); Blue value is 9 (3.91% from 255 or 2.61% from 345); Max value from RGB is 180 - color contains mainly: green. Hex color #9CB409 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9CB409 is #634BF6. Grayscale: #999999. Windows color (decimal): -6507511 or 636060. OLE color: 636060.
HSL color Cylindrical-coordinate representation of color #9CB409: hue angle of 68.42º degrees, saturation: 0.9, 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 #9CB409 is Cyan = 0.13, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 156 | 180 | 9 | - |
| CMYK | 0.13 | 0 | 0.95 | 0.29 |
| HSL | 68.42º | 0.9% | 0.37% | - |
| HSV(B) | 68.42º | 0.95% | 0.71% | - |
| XYZ | 30.08 | 39.73 | 6.34 | - |
| YUV | 153.33 | 46.55 | 129.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 180 | 9 | 0.13 | 0 | 0.95 | 0.29 | 68.42 | 0.9 | 0.37 |
| Hex | 9C | B4 | 9 | D | 0 | 5F | 1D | 44 | 5A | 25 |
| Octal | 234 | 264 | 11 | 15 | 0 | 137 | 35 | 104 | 132 | 45 |
| Binary | 10011100 | 10110100 | 1001 | 1101 | 0 | 1011111 | 11101 | 1000100 | 1011010 | 100101 |
Color Harmonies of #9CB409
Complementary color
Monochromatic Colors of #9CB409
Black with #9CB409
Text Example
Text Example
White with #9CB409
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CB409; }
p { color: rgb(156,180,9); }
H1.HeaderClassName
{
color: #9CB409;
}
.AnyTagClassName
{
color: #9CB409;
}
</style>
background-color css
<style>
a { background-color: #9CB409; }
a { background-color: rgb(156,180,9); }
div.DivClassName
{
background-color: #9CB409;
}
.BgClassName
{
background-color: #9CB409;
}
</style>
border-color css
<style>
span { border-color: #9CB409; }
span { border-color: rgb(156,180,9); }
td.TdClassName
{
border-color: #9CB409;
}
.TagClassName
{
border-color: #9CB409;
}
</style>