Shades of Citrus #9BB30C
Tints of Citrus #9BB30C
RGB
CMYK
RGB Variations
Color information
#9BB30C (or 0x9BB30C) is known color: Citrus. HEX triplet: 9B, B3 and 0C. RGB value is (155,179,12). Sum of RGB (Red+Green+Blue) = 155+179+12=346 (45% of max value = 765). Red value is 155 (60.94% from 255 or 44.80% from 346); Green value is 179 (70.31% from 255 or 51.73% from 346); Blue value is 12 (5.08% from 255 or 3.47% from 346); Max value from RGB is 179 - color contains mainly: green. Hex color #9BB30C is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9BB30C is #644CF3. Grayscale: #999999. Windows color (decimal): -6573300 or 832411. OLE color: 832411.
HSL color Cylindrical-coordinate representation of color #9BB30C: hue angle of 68.62º degrees, saturation: 0.87, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #9BB30C is Cyan = 0.13, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 155 | 179 | 12 | - |
| CMYK | 0.13 | 0 | 0.93 | 0.30 |
| HSL | 68.62º | 0.87% | 0.37% | - |
| HSV(B) | 68.62º | 0.93% | 0.7% | - |
| XYZ | 29.7 | 39.24 | 6.36 | - |
| YUV | 152.79 | 48.55 | 129.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 179 | 12 | 0.13 | 0 | 0.93 | 0.30 | 68.62 | 0.87 | 0.37 |
| Hex | 9B | B3 | C | D | 0 | 5D | 1E | 45 | 57 | 25 |
| Octal | 233 | 263 | 14 | 15 | 0 | 135 | 36 | 105 | 127 | 45 |
| Binary | 10011011 | 10110011 | 1100 | 1101 | 0 | 1011101 | 11110 | 1000101 | 1010111 | 100101 |
Color Harmonies of #9BB30C
Complementary color
Monochromatic Colors of #9BB30C
Black with #9BB30C
Text Example
Text Example
White with #9BB30C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BB30C; }
p { color: rgb(155,179,12); }
H1.HeaderClassName
{
color: #9BB30C;
}
.AnyTagClassName
{
color: #9BB30C;
}
</style>
background-color css
<style>
a { background-color: #9BB30C; }
a { background-color: rgb(155,179,12); }
div.DivClassName
{
background-color: #9BB30C;
}
.BgClassName
{
background-color: #9BB30C;
}
</style>
border-color css
<style>
span { border-color: #9BB30C; }
span { border-color: rgb(155,179,12); }
td.TdClassName
{
border-color: #9BB30C;
}
.TagClassName
{
border-color: #9BB30C;
}
</style>