Shades of Citrus #9CB701
Tints of Citrus #9CB701
RGB
CMYK
RGB Variations
Color information
#9CB701 (or 0x9CB701) is known color: Citrus. HEX triplet: 9C, B7 and 01. RGB value is (156,183,1). Sum of RGB (Red+Green+Blue) = 156+183+1=340 (45% of max value = 765). Red value is 156 (61.33% from 255 or 45.88% from 340); Green value is 183 (71.88% from 255 or 53.82% from 340); Blue value is 1 (0.78% from 255 or 0.29% from 340); Max value from RGB is 183 - color contains mainly: green. Hex color #9CB701 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9CB701 is #6348FE. Grayscale: #9A9A9A. Windows color (decimal): -6506751 or 112540. OLE color: 112540.
HSL color Cylindrical-coordinate representation of color #9CB701: hue angle of 68.9º 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 #9CB701 is Cyan = 0.15, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 156 | 183 | 1 | - |
| CMYK | 0.15 | 0 | 0.99 | 0.28 |
| HSL | 68.9º | 0.99% | 0.36% | - |
| HSV(B) | 68.9º | 0.99% | 0.72% | - |
| XYZ | 30.65 | 40.94 | 6.31 | - |
| YUV | 154.18 | 41.55 | 129.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 183 | 1 | 0.15 | 0 | 0.99 | 0.28 | 68.9 | 0.99 | 0.36 |
| Hex | 9C | B7 | 1 | F | 0 | 63 | 1C | 45 | 63 | 24 |
| Octal | 234 | 267 | 1 | 17 | 0 | 143 | 34 | 105 | 143 | 44 |
| Binary | 10011100 | 10110111 | 1 | 1111 | 0 | 1100011 | 11100 | 1000101 | 1100011 | 100100 |
Color Harmonies of #9CB701
Complementary color
Monochromatic Colors of #9CB701
Black with #9CB701
Text Example
Text Example
White with #9CB701
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CB701; }
p { color: rgb(156,183,1); }
H1.HeaderClassName
{
color: #9CB701;
}
.AnyTagClassName
{
color: #9CB701;
}
</style>
background-color css
<style>
a { background-color: #9CB701; }
a { background-color: rgb(156,183,1); }
div.DivClassName
{
background-color: #9CB701;
}
.BgClassName
{
background-color: #9CB701;
}
</style>
border-color css
<style>
span { border-color: #9CB701; }
span { border-color: rgb(156,183,1); }
td.TdClassName
{
border-color: #9CB701;
}
.TagClassName
{
border-color: #9CB701;
}
</style>