Shades of Citrus #9CB505
Tints of Citrus #9CB505
RGB
CMYK
RGB Variations
Color information
#9CB505 (or 0x9CB505) is known color: Citrus. HEX triplet: 9C, B5 and 05. RGB value is (156,181,5). Sum of RGB (Red+Green+Blue) = 156+181+5=342 (45% of max value = 765). Red value is 156 (61.33% from 255 or 45.61% from 342); Green value is 181 (71.09% from 255 or 52.92% from 342); Blue value is 5 (2.34% from 255 or 1.46% from 342); Max value from RGB is 181 - color contains mainly: green. Hex color #9CB505 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9CB505 is #634AFA. Grayscale: #9A9A9A. Windows color (decimal): -6507259 or 374172. OLE color: 374172.
HSL color Cylindrical-coordinate representation of color #9CB505: hue angle of 68.52º degrees, saturation: 0.95, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9CB505 is Cyan = 0.14, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 156 | 181 | 5 | - |
| CMYK | 0.14 | 0 | 0.97 | 0.29 |
| HSL | 68.52º | 0.95% | 0.36% | - |
| HSV(B) | 68.52º | 0.97% | 0.71% | - |
| XYZ | 30.26 | 40.13 | 6.29 | - |
| YUV | 153.46 | 44.22 | 129.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 181 | 5 | 0.14 | 0 | 0.97 | 0.29 | 68.52 | 0.95 | 0.36 |
| Hex | 9C | B5 | 5 | E | 0 | 61 | 1D | 45 | 5F | 24 |
| Octal | 234 | 265 | 5 | 16 | 0 | 141 | 35 | 105 | 137 | 44 |
| Binary | 10011100 | 10110101 | 101 | 1110 | 0 | 1100001 | 11101 | 1000101 | 1011111 | 100100 |
Color Harmonies of #9CB505
Complementary color
Monochromatic Colors of #9CB505
Black with #9CB505
Text Example
Text Example
White with #9CB505
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CB505; }
p { color: rgb(156,181,5); }
H1.HeaderClassName
{
color: #9CB505;
}
.AnyTagClassName
{
color: #9CB505;
}
</style>
background-color css
<style>
a { background-color: #9CB505; }
a { background-color: rgb(156,181,5); }
div.DivClassName
{
background-color: #9CB505;
}
.BgClassName
{
background-color: #9CB505;
}
</style>
border-color css
<style>
span { border-color: #9CB505; }
span { border-color: rgb(156,181,5); }
td.TdClassName
{
border-color: #9CB505;
}
.TagClassName
{
border-color: #9CB505;
}
</style>