Shades of Citrus #9BCD0B
Tints of Citrus #9BCD0B
RGB
CMYK
RGB Variations
Color information
#9BCD0B (or 0x9BCD0B) is known color: Citrus. HEX triplet: 9B, CD and 0B. RGB value is (155,205,11). Sum of RGB (Red+Green+Blue) = 155+205+11=371 (49% of max value = 765). Red value is 155 (60.94% from 255 or 41.78% from 371); Green value is 205 (80.47% from 255 or 55.26% from 371); Blue value is 11 (4.69% from 255 or 2.96% from 371); Max value from RGB is 205 - color contains mainly: green. Hex color #9BCD0B is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9BCD0B is #6432F4. Grayscale: #A8A8A8. Windows color (decimal): -6566645 or 773531. OLE color: 773531.
HSL color Cylindrical-coordinate representation of color #9BCD0B: hue angle of 75.46º degrees, saturation: 0.9, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #9BCD0B is Cyan = 0.24, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 155 | 205 | 11 | - |
| CMYK | 0.24 | 0 | 0.95 | 0.20 |
| HSL | 75.46º | 0.9% | 0.42% | - |
| HSV(B) | 75.46º | 0.95% | 0.8% | - |
| XYZ | 35.41 | 50.66 | 8.23 | - |
| YUV | 167.93 | 39.44 | 118.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 205 | 11 | 0.24 | 0 | 0.95 | 0.20 | 75.46 | 0.9 | 0.42 |
| Hex | 9B | CD | B | 18 | 0 | 5F | 14 | 4B | 5A | 2A |
| Octal | 233 | 315 | 13 | 30 | 0 | 137 | 24 | 113 | 132 | 52 |
| Binary | 10011011 | 11001101 | 1011 | 11000 | 0 | 1011111 | 10100 | 1001011 | 1011010 | 101010 |
Color Harmonies of #9BCD0B
Complementary color
Monochromatic Colors of #9BCD0B
Black with #9BCD0B
Text Example
Text Example
White with #9BCD0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BCD0B; }
p { color: rgb(155,205,11); }
H1.HeaderClassName
{
color: #9BCD0B;
}
.AnyTagClassName
{
color: #9BCD0B;
}
</style>
background-color css
<style>
a { background-color: #9BCD0B; }
a { background-color: rgb(155,205,11); }
div.DivClassName
{
background-color: #9BCD0B;
}
.BgClassName
{
background-color: #9BCD0B;
}
</style>
border-color css
<style>
span { border-color: #9BCD0B; }
span { border-color: rgb(155,205,11); }
td.TdClassName
{
border-color: #9BCD0B;
}
.TagClassName
{
border-color: #9BCD0B;
}
</style>