Shades of Citrus #9CB702
Tints of Citrus #9CB702
RGB
CMYK
RGB Variations
Color information
#9CB702 (or 0x9CB702) is known color: Citrus. HEX triplet: 9C, B7 and 02. RGB value is (156,183,2). Sum of RGB (Red+Green+Blue) = 156+183+2=341 (45% of max value = 765). Red value is 156 (61.33% from 255 or 45.75% from 341); Green value is 183 (71.88% from 255 or 53.67% from 341); Blue value is 2 (1.17% from 255 or 0.59% from 341); Max value from RGB is 183 - color contains mainly: green. Hex color #9CB702 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9CB702 is #6348FD. Grayscale: #9A9A9A. Windows color (decimal): -6506750 or 178076. OLE color: 178076.
HSL color Cylindrical-coordinate representation of color #9CB702: hue angle of 68.95º degrees, saturation: 0.98, 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 #9CB702 is Cyan = 0.15, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 156 | 183 | 2 | - |
| CMYK | 0.15 | 0 | 0.99 | 0.28 |
| HSL | 68.95º | 0.98% | 0.36% | - |
| HSV(B) | 68.95º | 0.99% | 0.72% | - |
| XYZ | 30.65 | 40.94 | 6.34 | - |
| YUV | 154.29 | 42.05 | 129.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 183 | 2 | 0.15 | 0 | 0.99 | 0.28 | 68.95 | 0.98 | 0.36 |
| Hex | 9C | B7 | 2 | F | 0 | 63 | 1C | 45 | 62 | 24 |
| Octal | 234 | 267 | 2 | 17 | 0 | 143 | 34 | 105 | 142 | 44 |
| Binary | 10011100 | 10110111 | 10 | 1111 | 0 | 1100011 | 11100 | 1000101 | 1100010 | 100100 |
Color Harmonies of #9CB702
Complementary color
Monochromatic Colors of #9CB702
Black with #9CB702
Text Example
Text Example
White with #9CB702
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CB702; }
p { color: rgb(156,183,2); }
H1.HeaderClassName
{
color: #9CB702;
}
.AnyTagClassName
{
color: #9CB702;
}
</style>
background-color css
<style>
a { background-color: #9CB702; }
a { background-color: rgb(156,183,2); }
div.DivClassName
{
background-color: #9CB702;
}
.BgClassName
{
background-color: #9CB702;
}
</style>
border-color css
<style>
span { border-color: #9CB702; }
span { border-color: rgb(156,183,2); }
td.TdClassName
{
border-color: #9CB702;
}
.TagClassName
{
border-color: #9CB702;
}
</style>