Shades of Citrus #9BCD03
Tints of Citrus #9BCD03
RGB
CMYK
RGB Variations
Color information
#9BCD03 (or 0x9BCD03) is known color: Citrus. HEX triplet: 9B, CD and 03. RGB value is (155,205,3). Sum of RGB (Red+Green+Blue) = 155+205+3=363 (48% of max value = 765). Red value is 155 (60.94% from 255 or 42.70% from 363); Green value is 205 (80.47% from 255 or 56.47% from 363); Blue value is 3 (1.56% from 255 or 0.83% from 363); Max value from RGB is 205 - color contains mainly: green. Hex color #9BCD03 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9BCD03 is #6432FC. Grayscale: #A7A7A7. Windows color (decimal): -6566653 or 249243. OLE color: 249243.
HSL color Cylindrical-coordinate representation of color #9BCD03: hue angle of 74.85º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9BCD03 is Cyan = 0.24, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 155 | 205 | 3 | - |
| CMYK | 0.24 | 0 | 0.99 | 0.20 |
| HSL | 74.85º | 0.97% | 0.41% | - |
| HSV(B) | 74.85º | 0.99% | 0.8% | - |
| XYZ | 35.37 | 50.64 | 8 | - |
| YUV | 167.02 | 35.44 | 119.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 205 | 3 | 0.24 | 0 | 0.99 | 0.20 | 74.85 | 0.97 | 0.41 |
| Hex | 9B | CD | 3 | 18 | 0 | 63 | 14 | 4B | 61 | 29 |
| Octal | 233 | 315 | 3 | 30 | 0 | 143 | 24 | 113 | 141 | 51 |
| Binary | 10011011 | 11001101 | 11 | 11000 | 0 | 1100011 | 10100 | 1001011 | 1100001 | 101001 |
Color Harmonies of #9BCD03
Complementary color
Monochromatic Colors of #9BCD03
Black with #9BCD03
Text Example
Text Example
White with #9BCD03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BCD03; }
p { color: rgb(155,205,3); }
H1.HeaderClassName
{
color: #9BCD03;
}
.AnyTagClassName
{
color: #9BCD03;
}
</style>
background-color css
<style>
a { background-color: #9BCD03; }
a { background-color: rgb(155,205,3); }
div.DivClassName
{
background-color: #9BCD03;
}
.BgClassName
{
background-color: #9BCD03;
}
</style>
border-color css
<style>
span { border-color: #9BCD03; }
span { border-color: rgb(155,205,3); }
td.TdClassName
{
border-color: #9BCD03;
}
.TagClassName
{
border-color: #9BCD03;
}
</style>