Shades of Citrus #9CB30F
Tints of Citrus #9CB30F
RGB
CMYK
RGB Variations
Color information
#9CB30F (or 0x9CB30F) is known color: Citrus. HEX triplet: 9C, B3 and 0F. RGB value is (156,179,15). Sum of RGB (Red+Green+Blue) = 156+179+15=350 (46% of max value = 765). Red value is 156 (61.33% from 255 or 44.57% from 350); Green value is 179 (70.31% from 255 or 51.14% from 350); Blue value is 15 (6.25% from 255 or 4.29% from 350); Max value from RGB is 179 - color contains mainly: green. Hex color #9CB30F is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9CB30F is #634CF0. Grayscale: #9A9A9A. Windows color (decimal): -6507761 or 1029020. OLE color: 1029020.
HSL color Cylindrical-coordinate representation of color #9CB30F: hue angle of 68.41º 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 #9CB30F is Cyan = 0.13, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 156 | 179 | 15 | - |
| CMYK | 0.13 | 0 | 0.92 | 0.30 |
| HSL | 68.41º | 0.85% | 0.38% | - |
| HSV(B) | 68.41º | 0.92% | 0.7% | - |
| XYZ | 29.92 | 39.34 | 6.47 | - |
| YUV | 153.43 | 49.88 | 129.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 179 | 15 | 0.13 | 0 | 0.92 | 0.30 | 68.41 | 0.85 | 0.38 |
| Hex | 9C | B3 | F | D | 0 | 5C | 1E | 44 | 55 | 26 |
| Octal | 234 | 263 | 17 | 15 | 0 | 134 | 36 | 104 | 125 | 46 |
| Binary | 10011100 | 10110011 | 1111 | 1101 | 0 | 1011100 | 11110 | 1000100 | 1010101 | 100110 |
Color Harmonies of #9CB30F
Complementary color
Monochromatic Colors of #9CB30F
Black with #9CB30F
Text Example
Text Example
White with #9CB30F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CB30F; }
p { color: rgb(156,179,15); }
H1.HeaderClassName
{
color: #9CB30F;
}
.AnyTagClassName
{
color: #9CB30F;
}
</style>
background-color css
<style>
a { background-color: #9CB30F; }
a { background-color: rgb(156,179,15); }
div.DivClassName
{
background-color: #9CB30F;
}
.BgClassName
{
background-color: #9CB30F;
}
</style>
border-color css
<style>
span { border-color: #9CB30F; }
span { border-color: rgb(156,179,15); }
td.TdClassName
{
border-color: #9CB30F;
}
.TagClassName
{
border-color: #9CB30F;
}
</style>