Shades of Citrus #9CB807
Tints of Citrus #9CB807
RGB
CMYK
RGB Variations
Color information
#9CB807 (or 0x9CB807) is known color: Citrus. HEX triplet: 9C, B8 and 07. RGB value is (156,184,7). Sum of RGB (Red+Green+Blue) = 156+184+7=347 (45% of max value = 765). Red value is 156 (61.33% from 255 or 44.96% from 347); Green value is 184 (72.27% from 255 or 53.03% from 347); Blue value is 7 (3.12% from 255 or 2.02% from 347); Max value from RGB is 184 - color contains mainly: green. Hex color #9CB807 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9CB807 is #6347F8. Grayscale: #9C9C9C. Windows color (decimal): -6506489 or 506012. OLE color: 506012.
HSL color Cylindrical-coordinate representation of color #9CB807: hue angle of 69.49º degrees, saturation: 0.93, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #9CB807 is Cyan = 0.15, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 156 | 184 | 7 | - |
| CMYK | 0.15 | 0 | 0.96 | 0.28 |
| HSL | 69.49º | 0.93% | 0.37% | - |
| HSV(B) | 69.49º | 0.96% | 0.72% | - |
| XYZ | 30.89 | 41.36 | 6.56 | - |
| YUV | 155.45 | 44.22 | 128.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 184 | 7 | 0.15 | 0 | 0.96 | 0.28 | 69.49 | 0.93 | 0.37 |
| Hex | 9C | B8 | 7 | F | 0 | 60 | 1C | 45 | 5D | 25 |
| Octal | 234 | 270 | 7 | 17 | 0 | 140 | 34 | 105 | 135 | 45 |
| Binary | 10011100 | 10111000 | 111 | 1111 | 0 | 1100000 | 11100 | 1000101 | 1011101 | 100101 |
Color Harmonies of #9CB807
Complementary color
Monochromatic Colors of #9CB807
Black with #9CB807
Text Example
Text Example
White with #9CB807
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CB807; }
p { color: rgb(156,184,7); }
H1.HeaderClassName
{
color: #9CB807;
}
.AnyTagClassName
{
color: #9CB807;
}
</style>
background-color css
<style>
a { background-color: #9CB807; }
a { background-color: rgb(156,184,7); }
div.DivClassName
{
background-color: #9CB807;
}
.BgClassName
{
background-color: #9CB807;
}
</style>
border-color css
<style>
span { border-color: #9CB807; }
span { border-color: rgb(156,184,7); }
td.TdClassName
{
border-color: #9CB807;
}
.TagClassName
{
border-color: #9CB807;
}
</style>