Shades of Citrus #9BCA0F
Tints of Citrus #9BCA0F
RGB
CMYK
RGB Variations
Color information
#9BCA0F (or 0x9BCA0F) is known color: Citrus. HEX triplet: 9B, CA and 0F. RGB value is (155,202,15). Sum of RGB (Red+Green+Blue) = 155+202+15=372 (49% of max value = 765). Red value is 155 (60.94% from 255 or 41.67% from 372); Green value is 202 (79.30% from 255 or 54.30% from 372); Blue value is 15 (6.25% from 255 or 4.03% from 372); Max value from RGB is 202 - color contains mainly: green. Hex color #9BCA0F is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9BCA0F is #6435F0. Grayscale: #A7A7A7. Windows color (decimal): -6567409 or 1034907. OLE color: 1034907.
HSL color Cylindrical-coordinate representation of color #9BCA0F: hue angle of 75.08º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #9BCA0F is Cyan = 0.23, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 155 | 202 | 15 | - |
| CMYK | 0.23 | 0 | 0.93 | 0.21 |
| HSL | 75.08º | 0.86% | 0.43% | - |
| HSV(B) | 75.08º | 0.93% | 0.79% | - |
| XYZ | 34.72 | 49.24 | 8.13 | - |
| YUV | 166.63 | 42.43 | 119.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 202 | 15 | 0.23 | 0 | 0.93 | 0.21 | 75.08 | 0.86 | 0.43 |
| Hex | 9B | CA | F | 17 | 0 | 5D | 15 | 4B | 56 | 2B |
| Octal | 233 | 312 | 17 | 27 | 0 | 135 | 25 | 113 | 126 | 53 |
| Binary | 10011011 | 11001010 | 1111 | 10111 | 0 | 1011101 | 10101 | 1001011 | 1010110 | 101011 |
Color Harmonies of #9BCA0F
Complementary color
Monochromatic Colors of #9BCA0F
Black with #9BCA0F
Text Example
Text Example
White with #9BCA0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BCA0F; }
p { color: rgb(155,202,15); }
H1.HeaderClassName
{
color: #9BCA0F;
}
.AnyTagClassName
{
color: #9BCA0F;
}
</style>
background-color css
<style>
a { background-color: #9BCA0F; }
a { background-color: rgb(155,202,15); }
div.DivClassName
{
background-color: #9BCA0F;
}
.BgClassName
{
background-color: #9BCA0F;
}
</style>
border-color css
<style>
span { border-color: #9BCA0F; }
span { border-color: rgb(155,202,15); }
td.TdClassName
{
border-color: #9BCA0F;
}
.TagClassName
{
border-color: #9BCA0F;
}
</style>