Shades of Citrus #9CB504
Tints of Citrus #9CB504
RGB
CMYK
RGB Variations
Color information
#9CB504 (or 0x9CB504) is known color: Citrus. HEX triplet: 9C, B5 and 04. RGB value is (156,181,4). Sum of RGB (Red+Green+Blue) = 156+181+4=341 (45% of max value = 765). Red value is 156 (61.33% from 255 or 45.75% from 341); Green value is 181 (71.09% from 255 or 53.08% from 341); Blue value is 4 (1.95% from 255 or 1.17% from 341); Max value from RGB is 181 - color contains mainly: green. Hex color #9CB504 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9CB504 is #634AFB. Grayscale: #9A9A9A. Windows color (decimal): -6507260 or 308636. OLE color: 308636.
HSL color Cylindrical-coordinate representation of color #9CB504: hue angle of 68.47º degrees, saturation: 0.96, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #9CB504 is Cyan = 0.14, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 156 | 181 | 4 | - |
| CMYK | 0.14 | 0 | 0.98 | 0.29 |
| HSL | 68.47º | 0.96% | 0.36% | - |
| HSV(B) | 68.47º | 0.98% | 0.71% | - |
| XYZ | 30.26 | 40.12 | 6.26 | - |
| YUV | 153.35 | 43.72 | 129.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 181 | 4 | 0.14 | 0 | 0.98 | 0.29 | 68.47 | 0.96 | 0.36 |
| Hex | 9C | B5 | 4 | E | 0 | 62 | 1D | 44 | 60 | 24 |
| Octal | 234 | 265 | 4 | 16 | 0 | 142 | 35 | 104 | 140 | 44 |
| Binary | 10011100 | 10110101 | 100 | 1110 | 0 | 1100010 | 11101 | 1000100 | 1100000 | 100100 |
Color Harmonies of #9CB504
Complementary color
Monochromatic Colors of #9CB504
Black with #9CB504
Text Example
Text Example
White with #9CB504
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CB504; }
p { color: rgb(156,181,4); }
H1.HeaderClassName
{
color: #9CB504;
}
.AnyTagClassName
{
color: #9CB504;
}
</style>
background-color css
<style>
a { background-color: #9CB504; }
a { background-color: rgb(156,181,4); }
div.DivClassName
{
background-color: #9CB504;
}
.BgClassName
{
background-color: #9CB504;
}
</style>
border-color css
<style>
span { border-color: #9CB504; }
span { border-color: rgb(156,181,4); }
td.TdClassName
{
border-color: #9CB504;
}
.TagClassName
{
border-color: #9CB504;
}
</style>