Shades of Citrus #9CBD00
Tints of Citrus #9CBD00
RGB
CMYK
RGB Variations
Color information
#9CBD00 (or 0x9CBD00) is known color: Citrus. HEX triplet: 9C, BD and 00. RGB value is (156,189,0). Sum of RGB (Red+Green+Blue) = 156+189+0=345 (45% of max value = 765). Red value is 156 (61.33% from 255 or 45.22% from 345); Green value is 189 (74.22% from 255 or 54.78% from 345); Blue value is 0 (0.39% from 255 or 0% from 345); Max value from RGB is 189 - color contains mainly: green. Hex color #9CBD00 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9CBD00 is #6342FF. Grayscale: #9E9E9E. Windows color (decimal): -6505216 or 48540. OLE color: 48540.
HSL color Cylindrical-coordinate representation of color #9CBD00: hue angle of 70.48º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9CBD00 is Cyan = 0.17, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 156 | 189 | 0 | - |
| CMYK | 0.17 | 0 | 1 | 0.26 |
| HSL | 70.48º | 1% | 0.37% | - |
| HSV(B) | 70.48º | 1% | 0.74% | - |
| XYZ | 31.91 | 43.46 | 6.71 | - |
| YUV | 157.59 | 39.07 | 126.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 189 | 0 | 0.17 | 0 | 1 | 0.26 | 70.48 | 1 | 0.37 |
| Hex | 9C | BD | 0 | 11 | 0 | 64 | 1A | 46 | 64 | 25 |
| Octal | 234 | 275 | 0 | 21 | 0 | 144 | 32 | 106 | 144 | 45 |
| Binary | 10011100 | 10111101 | 0 | 10001 | 0 | 1100100 | 11010 | 1000110 | 1100100 | 100101 |
Color Harmonies of #9CBD00
Complementary color
Monochromatic Colors of #9CBD00
Black with #9CBD00
Text Example
Text Example
White with #9CBD00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CBD00; }
p { color: rgb(156,189,0); }
H1.HeaderClassName
{
color: #9CBD00;
}
.AnyTagClassName
{
color: #9CBD00;
}
</style>
background-color css
<style>
a { background-color: #9CBD00; }
a { background-color: rgb(156,189,0); }
div.DivClassName
{
background-color: #9CBD00;
}
.BgClassName
{
background-color: #9CBD00;
}
</style>
border-color css
<style>
span { border-color: #9CBD00; }
span { border-color: rgb(156,189,0); }
td.TdClassName
{
border-color: #9CBD00;
}
.TagClassName
{
border-color: #9CBD00;
}
</style>