Shades of Citrus #9FBC02
Tints of Citrus #9FBC02
RGB
CMYK
RGB Variations
Color information
#9FBC02 (or 0x9FBC02) is known color: Citrus. HEX triplet: 9F, BC and 02. RGB value is (159,188,2). Sum of RGB (Red+Green+Blue) = 159+188+2=349 (46% of max value = 765). Red value is 159 (62.5% from 255 or 45.56% from 349); Green value is 188 (73.83% from 255 or 53.87% from 349); Blue value is 2 (1.17% from 255 or 0.57% from 349); Max value from RGB is 188 - color contains mainly: green. Hex color #9FBC02 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9FBC02 is #6043FD. Grayscale: #9E9E9E. Windows color (decimal): -6308862 or 179359. OLE color: 179359.
HSL color Cylindrical-coordinate representation of color #9FBC02: hue angle of 69.35º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9FBC02 is Cyan = 0.15, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 159 | 188 | 2 | - |
| CMYK | 0.15 | 0 | 0.99 | 0.26 |
| HSL | 69.35º | 0.98% | 0.37% | - |
| HSV(B) | 69.35º | 0.99% | 0.74% | - |
| XYZ | 32.29 | 43.34 | 6.72 | - |
| YUV | 158.13 | 39.89 | 128.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 188 | 2 | 0.15 | 0 | 0.99 | 0.26 | 69.35 | 0.98 | 0.37 |
| Hex | 9F | BC | 2 | F | 0 | 63 | 1A | 45 | 62 | 25 |
| Octal | 237 | 274 | 2 | 17 | 0 | 143 | 32 | 105 | 142 | 45 |
| Binary | 10011111 | 10111100 | 10 | 1111 | 0 | 1100011 | 11010 | 1000101 | 1100010 | 100101 |
Color Harmonies of #9FBC02
Complementary color
Monochromatic Colors of #9FBC02
Black with #9FBC02
Text Example
Text Example
White with #9FBC02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FBC02; }
p { color: rgb(159,188,2); }
H1.HeaderClassName
{
color: #9FBC02;
}
.AnyTagClassName
{
color: #9FBC02;
}
</style>
background-color css
<style>
a { background-color: #9FBC02; }
a { background-color: rgb(159,188,2); }
div.DivClassName
{
background-color: #9FBC02;
}
.BgClassName
{
background-color: #9FBC02;
}
</style>
border-color css
<style>
span { border-color: #9FBC02; }
span { border-color: rgb(159,188,2); }
td.TdClassName
{
border-color: #9FBC02;
}
.TagClassName
{
border-color: #9FBC02;
}
</style>