Shades of Citrus #9BCA0E
Tints of Citrus #9BCA0E
RGB
CMYK
RGB Variations
Color information
#9BCA0E (or 0x9BCA0E) is known color: Citrus. HEX triplet: 9B, CA and 0E. RGB value is (155,202,14). Sum of RGB (Red+Green+Blue) = 155+202+14=371 (49% of max value = 765). Red value is 155 (60.94% from 255 or 41.78% from 371); Green value is 202 (79.30% from 255 or 54.45% from 371); Blue value is 14 (5.86% from 255 or 3.77% from 371); Max value from RGB is 202 - color contains mainly: green. Hex color #9BCA0E is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9BCA0E is #6435F1. Grayscale: #A7A7A7. Windows color (decimal): -6567410 or 969371. OLE color: 969371.
HSL color Cylindrical-coordinate representation of color #9BCA0E: hue angle of 75º degrees, saturation: 0.87, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #9BCA0E is Cyan = 0.23, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 155 | 202 | 14 | - |
| CMYK | 0.23 | 0 | 0.93 | 0.21 |
| HSL | 75º | 0.87% | 0.42% | - |
| HSV(B) | 75º | 0.93% | 0.79% | - |
| XYZ | 34.72 | 49.24 | 8.09 | - |
| YUV | 166.52 | 41.93 | 119.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 202 | 14 | 0.23 | 0 | 0.93 | 0.21 | 75 | 0.87 | 0.42 |
| Hex | 9B | CA | E | 17 | 0 | 5D | 15 | 4B | 57 | 2A |
| Octal | 233 | 312 | 16 | 27 | 0 | 135 | 25 | 113 | 127 | 52 |
| Binary | 10011011 | 11001010 | 1110 | 10111 | 0 | 1011101 | 10101 | 1001011 | 1010111 | 101010 |
Color Harmonies of #9BCA0E
Complementary color
Monochromatic Colors of #9BCA0E
Black with #9BCA0E
Text Example
Text Example
White with #9BCA0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BCA0E; }
p { color: rgb(155,202,14); }
H1.HeaderClassName
{
color: #9BCA0E;
}
.AnyTagClassName
{
color: #9BCA0E;
}
</style>
background-color css
<style>
a { background-color: #9BCA0E; }
a { background-color: rgb(155,202,14); }
div.DivClassName
{
background-color: #9BCA0E;
}
.BgClassName
{
background-color: #9BCA0E;
}
</style>
border-color css
<style>
span { border-color: #9BCA0E; }
span { border-color: rgb(155,202,14); }
td.TdClassName
{
border-color: #9BCA0E;
}
.TagClassName
{
border-color: #9BCA0E;
}
</style>