Shades of Citrus #9CB30E
Tints of Citrus #9CB30E
RGB
CMYK
RGB Variations
Color information
#9CB30E (or 0x9CB30E) is known color: Citrus. HEX triplet: 9C, B3 and 0E. RGB value is (156,179,14). Sum of RGB (Red+Green+Blue) = 156+179+14=349 (46% of max value = 765). Red value is 156 (61.33% from 255 or 44.70% from 349); Green value is 179 (70.31% from 255 or 51.29% from 349); Blue value is 14 (5.86% from 255 or 4.01% from 349); Max value from RGB is 179 - color contains mainly: green. Hex color #9CB30E is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9CB30E is #634CF1. Grayscale: #999999. Windows color (decimal): -6507762 or 963484. OLE color: 963484.
HSL color Cylindrical-coordinate representation of color #9CB30E: hue angle of 68.36º degrees, saturation: 0.85, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #9CB30E is Cyan = 0.13, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 156 | 179 | 14 | - |
| CMYK | 0.13 | 0 | 0.92 | 0.30 |
| HSL | 68.36º | 0.85% | 0.38% | - |
| HSV(B) | 68.36º | 0.92% | 0.7% | - |
| XYZ | 29.91 | 39.34 | 6.43 | - |
| YUV | 153.31 | 49.38 | 129.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 179 | 14 | 0.13 | 0 | 0.92 | 0.30 | 68.36 | 0.85 | 0.38 |
| Hex | 9C | B3 | E | D | 0 | 5C | 1E | 44 | 55 | 26 |
| Octal | 234 | 263 | 16 | 15 | 0 | 134 | 36 | 104 | 125 | 46 |
| Binary | 10011100 | 10110011 | 1110 | 1101 | 0 | 1011100 | 11110 | 1000100 | 1010101 | 100110 |
Color Harmonies of #9CB30E
Complementary color
Monochromatic Colors of #9CB30E
Black with #9CB30E
Text Example
Text Example
White with #9CB30E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CB30E; }
p { color: rgb(156,179,14); }
H1.HeaderClassName
{
color: #9CB30E;
}
.AnyTagClassName
{
color: #9CB30E;
}
</style>
background-color css
<style>
a { background-color: #9CB30E; }
a { background-color: rgb(156,179,14); }
div.DivClassName
{
background-color: #9CB30E;
}
.BgClassName
{
background-color: #9CB30E;
}
</style>
border-color css
<style>
span { border-color: #9CB30E; }
span { border-color: rgb(156,179,14); }
td.TdClassName
{
border-color: #9CB30E;
}
.TagClassName
{
border-color: #9CB30E;
}
</style>