Shades of Citrus #9CB405
Tints of Citrus #9CB405
RGB
CMYK
RGB Variations
Color information
#9CB405 (or 0x9CB405) is known color: Citrus. HEX triplet: 9C, B4 and 05. RGB value is (156,180,5). Sum of RGB (Red+Green+Blue) = 156+180+5=341 (45% of max value = 765). Red value is 156 (61.33% from 255 or 45.75% from 341); Green value is 180 (70.70% from 255 or 52.79% from 341); Blue value is 5 (2.34% from 255 or 1.47% from 341); Max value from RGB is 180 - color contains mainly: green. Hex color #9CB405 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9CB405 is #634BFA. Grayscale: #999999. Windows color (decimal): -6507515 or 373916. OLE color: 373916.
HSL color Cylindrical-coordinate representation of color #9CB405: hue angle of 68.23º 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 #9CB405 is Cyan = 0.13, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 156 | 180 | 5 | - |
| CMYK | 0.13 | 0 | 0.97 | 0.29 |
| HSL | 68.23º | 0.95% | 0.36% | - |
| HSV(B) | 68.23º | 0.97% | 0.71% | - |
| XYZ | 30.06 | 39.72 | 6.23 | - |
| YUV | 152.87 | 44.55 | 130.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 180 | 5 | 0.13 | 0 | 0.97 | 0.29 | 68.23 | 0.95 | 0.36 |
| Hex | 9C | B4 | 5 | D | 0 | 61 | 1D | 44 | 5F | 24 |
| Octal | 234 | 264 | 5 | 15 | 0 | 141 | 35 | 104 | 137 | 44 |
| Binary | 10011100 | 10110100 | 101 | 1101 | 0 | 1100001 | 11101 | 1000100 | 1011111 | 100100 |
Color Harmonies of #9CB405
Complementary color
Monochromatic Colors of #9CB405
Black with #9CB405
Text Example
Text Example
White with #9CB405
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CB405; }
p { color: rgb(156,180,5); }
H1.HeaderClassName
{
color: #9CB405;
}
.AnyTagClassName
{
color: #9CB405;
}
</style>
background-color css
<style>
a { background-color: #9CB405; }
a { background-color: rgb(156,180,5); }
div.DivClassName
{
background-color: #9CB405;
}
.BgClassName
{
background-color: #9CB405;
}
</style>
border-color css
<style>
span { border-color: #9CB405; }
span { border-color: rgb(156,180,5); }
td.TdClassName
{
border-color: #9CB405;
}
.TagClassName
{
border-color: #9CB405;
}
</style>