Shades of Citrus #9CBE0F
Tints of Citrus #9CBE0F
RGB
CMYK
RGB Variations
Color information
#9CBE0F (or 0x9CBE0F) is known color: Citrus. HEX triplet: 9C, BE and 0F. RGB value is (156,190,15). Sum of RGB (Red+Green+Blue) = 156+190+15=361 (47% of max value = 765). Red value is 156 (61.33% from 255 or 43.21% from 361); Green value is 190 (74.61% from 255 or 52.63% from 361); Blue value is 15 (6.25% from 255 or 4.16% from 361); Max value from RGB is 190 - color contains mainly: green. Hex color #9CBE0F is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9CBE0F is #6341F0. Grayscale: #A0A0A0. Windows color (decimal): -6504945 or 1031836. OLE color: 1031836.
HSL color Cylindrical-coordinate representation of color #9CBE0F: hue angle of 71.66º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #9CBE0F is Cyan = 0.18, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 156 | 190 | 15 | - |
| CMYK | 0.18 | 0 | 0.92 | 0.25 |
| HSL | 71.66º | 0.85% | 0.4% | - |
| HSV(B) | 71.66º | 0.92% | 0.75% | - |
| XYZ | 32.21 | 43.93 | 7.23 | - |
| YUV | 159.88 | 46.24 | 125.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 190 | 15 | 0.18 | 0 | 0.92 | 0.25 | 71.66 | 0.85 | 0.4 |
| Hex | 9C | BE | F | 12 | 0 | 5C | 19 | 48 | 55 | 28 |
| Octal | 234 | 276 | 17 | 22 | 0 | 134 | 31 | 110 | 125 | 50 |
| Binary | 10011100 | 10111110 | 1111 | 10010 | 0 | 1011100 | 11001 | 1001000 | 1010101 | 101000 |
Color Harmonies of #9CBE0F
Complementary color
Monochromatic Colors of #9CBE0F
Black with #9CBE0F
Text Example
Text Example
White with #9CBE0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CBE0F; }
p { color: rgb(156,190,15); }
H1.HeaderClassName
{
color: #9CBE0F;
}
.AnyTagClassName
{
color: #9CBE0F;
}
</style>
background-color css
<style>
a { background-color: #9CBE0F; }
a { background-color: rgb(156,190,15); }
div.DivClassName
{
background-color: #9CBE0F;
}
.BgClassName
{
background-color: #9CBE0F;
}
</style>
border-color css
<style>
span { border-color: #9CBE0F; }
span { border-color: rgb(156,190,15); }
td.TdClassName
{
border-color: #9CBE0F;
}
.TagClassName
{
border-color: #9CBE0F;
}
</style>