Shades of Citrus #9CB30B
Tints of Citrus #9CB30B
RGB
CMYK
RGB Variations
Color information
#9CB30B (or 0x9CB30B) is known color: Citrus. HEX triplet: 9C, B3 and 0B. RGB value is (156,179,11). Sum of RGB (Red+Green+Blue) = 156+179+11=346 (45% of max value = 765). Red value is 156 (61.33% from 255 or 45.09% from 346); Green value is 179 (70.31% from 255 or 51.73% from 346); Blue value is 11 (4.69% from 255 or 3.18% from 346); Max value from RGB is 179 - color contains mainly: green. Hex color #9CB30B is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9CB30B is #634CF4. Grayscale: #999999. Windows color (decimal): -6507765 or 766876. OLE color: 766876.
HSL color Cylindrical-coordinate representation of color #9CB30B: hue angle of 68.21º degrees, saturation: 0.88, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #9CB30B is Cyan = 0.13, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 156 | 179 | 11 | - |
| CMYK | 0.13 | 0 | 0.94 | 0.30 |
| HSL | 68.21º | 0.88% | 0.37% | - |
| HSV(B) | 68.21º | 0.94% | 0.7% | - |
| XYZ | 29.89 | 39.33 | 6.33 | - |
| YUV | 152.97 | 47.88 | 130.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 179 | 11 | 0.13 | 0 | 0.94 | 0.30 | 68.21 | 0.88 | 0.37 |
| Hex | 9C | B3 | B | D | 0 | 5E | 1E | 44 | 58 | 25 |
| Octal | 234 | 263 | 13 | 15 | 0 | 136 | 36 | 104 | 130 | 45 |
| Binary | 10011100 | 10110011 | 1011 | 1101 | 0 | 1011110 | 11110 | 1000100 | 1011000 | 100101 |
Color Harmonies of #9CB30B
Complementary color
Monochromatic Colors of #9CB30B
Black with #9CB30B
Text Example
Text Example
White with #9CB30B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CB30B; }
p { color: rgb(156,179,11); }
H1.HeaderClassName
{
color: #9CB30B;
}
.AnyTagClassName
{
color: #9CB30B;
}
</style>
background-color css
<style>
a { background-color: #9CB30B; }
a { background-color: rgb(156,179,11); }
div.DivClassName
{
background-color: #9CB30B;
}
.BgClassName
{
background-color: #9CB30B;
}
</style>
border-color css
<style>
span { border-color: #9CB30B; }
span { border-color: rgb(156,179,11); }
td.TdClassName
{
border-color: #9CB30B;
}
.TagClassName
{
border-color: #9CB30B;
}
</style>