Shades of Citrus #9CB307
Tints of Citrus #9CB307
RGB
CMYK
RGB Variations
Color information
#9CB307 (or 0x9CB307) is known color: Citrus. HEX triplet: 9C, B3 and 07. RGB value is (156,179,7). Sum of RGB (Red+Green+Blue) = 156+179+7=342 (45% of max value = 765). Red value is 156 (61.33% from 255 or 45.61% from 342); Green value is 179 (70.31% from 255 or 52.34% from 342); Blue value is 7 (3.12% from 255 or 2.05% from 342); Max value from RGB is 179 - color contains mainly: green. Hex color #9CB307 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9CB307 is #634CF8. Grayscale: #999999. Windows color (decimal): -6507769 or 504732. OLE color: 504732.
HSL color Cylindrical-coordinate representation of color #9CB307: hue angle of 68.02º degrees, saturation: 0.92, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #9CB307 is Cyan = 0.13, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 156 | 179 | 7 | - |
| CMYK | 0.13 | 0 | 0.96 | 0.30 |
| HSL | 68.02º | 0.92% | 0.36% | - |
| HSV(B) | 68.02º | 0.96% | 0.7% | - |
| XYZ | 29.87 | 39.32 | 6.22 | - |
| YUV | 152.52 | 45.88 | 130.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 179 | 7 | 0.13 | 0 | 0.96 | 0.30 | 68.02 | 0.92 | 0.36 |
| Hex | 9C | B3 | 7 | D | 0 | 60 | 1E | 44 | 5C | 24 |
| Octal | 234 | 263 | 7 | 15 | 0 | 140 | 36 | 104 | 134 | 44 |
| Binary | 10011100 | 10110011 | 111 | 1101 | 0 | 1100000 | 11110 | 1000100 | 1011100 | 100100 |
Color Harmonies of #9CB307
Complementary color
Monochromatic Colors of #9CB307
Black with #9CB307
Text Example
Text Example
White with #9CB307
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CB307; }
p { color: rgb(156,179,7); }
H1.HeaderClassName
{
color: #9CB307;
}
.AnyTagClassName
{
color: #9CB307;
}
</style>
background-color css
<style>
a { background-color: #9CB307; }
a { background-color: rgb(156,179,7); }
div.DivClassName
{
background-color: #9CB307;
}
.BgClassName
{
background-color: #9CB307;
}
</style>
border-color css
<style>
span { border-color: #9CB307; }
span { border-color: rgb(156,179,7); }
td.TdClassName
{
border-color: #9CB307;
}
.TagClassName
{
border-color: #9CB307;
}
</style>