Shades of Citrus #9BB200
Tints of Citrus #9BB200
RGB
CMYK
RGB Variations
Color information
#9BB200 (or 0x9BB200) is known color: Citrus. HEX triplet: 9B, B2 and 00. RGB value is (155,178,0). Sum of RGB (Red+Green+Blue) = 155+178+0=333 (44% of max value = 765). Red value is 155 (60.94% from 255 or 46.55% from 333); Green value is 178 (69.92% from 255 or 53.45% from 333); Blue value is 0 (0.39% from 255 or 0% from 333); Max value from RGB is 178 - color contains mainly: green. Hex color #9BB200 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9BB200 is #644DFF. Grayscale: #979797. Windows color (decimal): -6573568 or 45723. OLE color: 45723.
HSL color Cylindrical-coordinate representation of color #9BB200: hue angle of 67.75º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9BB200 is Cyan = 0.13, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 155 | 178 | 0 | - |
| CMYK | 0.13 | 0 | 1 | 0.30 |
| HSL | 67.75º | 1% | 0.35% | - |
| HSV(B) | 67.75º | 1% | 0.7% | - |
| XYZ | 29.44 | 38.81 | 5.94 | - |
| YUV | 150.83 | 42.88 | 130.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 178 | 0 | 0.13 | 0 | 1 | 0.30 | 67.75 | 1 | 0.35 |
| Hex | 9B | B2 | 0 | D | 0 | 64 | 1E | 44 | 64 | 23 |
| Octal | 233 | 262 | 0 | 15 | 0 | 144 | 36 | 104 | 144 | 43 |
| Binary | 10011011 | 10110010 | 0 | 1101 | 0 | 1100100 | 11110 | 1000100 | 1100100 | 100011 |
Color Harmonies of #9BB200
Complementary color
Monochromatic Colors of #9BB200
Black with #9BB200
Text Example
Text Example
White with #9BB200
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BB200; }
p { color: rgb(155,178,0); }
H1.HeaderClassName
{
color: #9BB200;
}
.AnyTagClassName
{
color: #9BB200;
}
</style>
background-color css
<style>
a { background-color: #9BB200; }
a { background-color: rgb(155,178,0); }
div.DivClassName
{
background-color: #9BB200;
}
.BgClassName
{
background-color: #9BB200;
}
</style>
border-color css
<style>
span { border-color: #9BB200; }
span { border-color: rgb(155,178,0); }
td.TdClassName
{
border-color: #9BB200;
}
.TagClassName
{
border-color: #9BB200;
}
</style>