Shades of Citrus #9CB801
Tints of Citrus #9CB801
RGB
CMYK
RGB Variations
Color information
#9CB801 (or 0x9CB801) is known color: Citrus. HEX triplet: 9C, B8 and 01. RGB value is (156,184,1). Sum of RGB (Red+Green+Blue) = 156+184+1=341 (45% of max value = 765). Red value is 156 (61.33% from 255 or 45.75% from 341); Green value is 184 (72.27% from 255 or 53.96% from 341); Blue value is 1 (0.78% from 255 or 0.29% from 341); Max value from RGB is 184 - color contains mainly: green. Hex color #9CB801 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9CB801 is #6347FE. Grayscale: #9B9B9B. Windows color (decimal): -6506495 or 112796. OLE color: 112796.
HSL color Cylindrical-coordinate representation of color #9CB801: hue angle of 69.18º degrees, saturation: 0.99, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9CB801 is Cyan = 0.15, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 156 | 184 | 1 | - |
| CMYK | 0.15 | 0 | 0.99 | 0.28 |
| HSL | 69.18º | 0.99% | 0.36% | - |
| HSV(B) | 69.18º | 0.99% | 0.72% | - |
| XYZ | 30.86 | 41.35 | 6.38 | - |
| YUV | 154.77 | 41.22 | 128.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 184 | 1 | 0.15 | 0 | 0.99 | 0.28 | 69.18 | 0.99 | 0.36 |
| Hex | 9C | B8 | 1 | F | 0 | 63 | 1C | 45 | 63 | 24 |
| Octal | 234 | 270 | 1 | 17 | 0 | 143 | 34 | 105 | 143 | 44 |
| Binary | 10011100 | 10111000 | 1 | 1111 | 0 | 1100011 | 11100 | 1000101 | 1100011 | 100100 |
Color Harmonies of #9CB801
Complementary color
Monochromatic Colors of #9CB801
Black with #9CB801
Text Example
Text Example
White with #9CB801
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CB801; }
p { color: rgb(156,184,1); }
H1.HeaderClassName
{
color: #9CB801;
}
.AnyTagClassName
{
color: #9CB801;
}
</style>
background-color css
<style>
a { background-color: #9CB801; }
a { background-color: rgb(156,184,1); }
div.DivClassName
{
background-color: #9CB801;
}
.BgClassName
{
background-color: #9CB801;
}
</style>
border-color css
<style>
span { border-color: #9CB801; }
span { border-color: rgb(156,184,1); }
td.TdClassName
{
border-color: #9CB801;
}
.TagClassName
{
border-color: #9CB801;
}
</style>