Shades of Citrus #9CBF10
Tints of Citrus #9CBF10
RGB
CMYK
RGB Variations
Color information
#9CBF10 (or 0x9CBF10) is known color: Citrus. HEX triplet: 9C, BF and 10. RGB value is (156,191,16). Sum of RGB (Red+Green+Blue) = 156+191+16=363 (48% of max value = 765). Red value is 156 (61.33% from 255 or 42.98% from 363); Green value is 191 (75% from 255 or 52.62% from 363); Blue value is 16 (6.64% from 255 or 4.41% from 363); Max value from RGB is 191 - color contains mainly: green. Hex color #9CBF10 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9CBF10 is #6340EF. Grayscale: #A1A1A1. Windows color (decimal): -6504688 or 1097628. OLE color: 1097628.
HSL color Cylindrical-coordinate representation of color #9CBF10: hue angle of 72º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #9CBF10 is Cyan = 0.18, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 156 | 191 | 16 | - |
| CMYK | 0.18 | 0 | 0.92 | 0.25 |
| HSL | 72º | 0.85% | 0.41% | - |
| HSV(B) | 72º | 0.92% | 0.75% | - |
| XYZ | 32.43 | 44.37 | 7.34 | - |
| YUV | 160.59 | 46.4 | 124.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 191 | 16 | 0.18 | 0 | 0.92 | 0.25 | 72 | 0.85 | 0.41 |
| Hex | 9C | BF | 10 | 12 | 0 | 5C | 19 | 48 | 55 | 29 |
| Octal | 234 | 277 | 20 | 22 | 0 | 134 | 31 | 110 | 125 | 51 |
| Binary | 10011100 | 10111111 | 10000 | 10010 | 0 | 1011100 | 11001 | 1001000 | 1010101 | 101001 |
Color Harmonies of #9CBF10
Complementary color
Monochromatic Colors of #9CBF10
Black with #9CBF10
Text Example
Text Example
White with #9CBF10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CBF10; }
p { color: rgb(156,191,16); }
H1.HeaderClassName
{
color: #9CBF10;
}
.AnyTagClassName
{
color: #9CBF10;
}
</style>
background-color css
<style>
a { background-color: #9CBF10; }
a { background-color: rgb(156,191,16); }
div.DivClassName
{
background-color: #9CBF10;
}
.BgClassName
{
background-color: #9CBF10;
}
</style>
border-color css
<style>
span { border-color: #9CBF10; }
span { border-color: rgb(156,191,16); }
td.TdClassName
{
border-color: #9CBF10;
}
.TagClassName
{
border-color: #9CBF10;
}
</style>