Shades of Citrus #9FBB02
Tints of Citrus #9FBB02
RGB
CMYK
RGB Variations
Color information
#9FBB02 (or 0x9FBB02) is known color: Citrus. HEX triplet: 9F, BB and 02. RGB value is (159,187,2). Sum of RGB (Red+Green+Blue) = 159+187+2=348 (46% of max value = 765). Red value is 159 (62.5% from 255 or 45.69% from 348); Green value is 187 (73.44% from 255 or 53.74% from 348); Blue value is 2 (1.17% from 255 or 0.57% from 348); Max value from RGB is 187 - color contains mainly: green. Hex color #9FBB02 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9FBB02 is #6044FD. Grayscale: #9E9E9E. Windows color (decimal): -6309118 or 179103. OLE color: 179103.
HSL color Cylindrical-coordinate representation of color #9FBB02: hue angle of 69.08º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9FBB02 is Cyan = 0.15, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 159 | 187 | 2 | - |
| CMYK | 0.15 | 0 | 0.99 | 0.27 |
| HSL | 69.08º | 0.98% | 0.37% | - |
| HSV(B) | 69.08º | 0.99% | 0.73% | - |
| XYZ | 32.08 | 42.92 | 6.65 | - |
| YUV | 157.54 | 40.22 | 129.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 187 | 2 | 0.15 | 0 | 0.99 | 0.27 | 69.08 | 0.98 | 0.37 |
| Hex | 9F | BB | 2 | F | 0 | 63 | 1B | 45 | 62 | 25 |
| Octal | 237 | 273 | 2 | 17 | 0 | 143 | 33 | 105 | 142 | 45 |
| Binary | 10011111 | 10111011 | 10 | 1111 | 0 | 1100011 | 11011 | 1000101 | 1100010 | 100101 |
Color Harmonies of #9FBB02
Complementary color
Monochromatic Colors of #9FBB02
Black with #9FBB02
Text Example
Text Example
White with #9FBB02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FBB02; }
p { color: rgb(159,187,2); }
H1.HeaderClassName
{
color: #9FBB02;
}
.AnyTagClassName
{
color: #9FBB02;
}
</style>
background-color css
<style>
a { background-color: #9FBB02; }
a { background-color: rgb(159,187,2); }
div.DivClassName
{
background-color: #9FBB02;
}
.BgClassName
{
background-color: #9FBB02;
}
</style>
border-color css
<style>
span { border-color: #9FBB02; }
span { border-color: rgb(159,187,2); }
td.TdClassName
{
border-color: #9FBB02;
}
.TagClassName
{
border-color: #9FBB02;
}
</style>