Shades of Citrus #9BCA00
Tints of Citrus #9BCA00
RGB
CMYK
RGB Variations
Color information
#9BCA00 (or 0x9BCA00) is known color: Citrus. HEX triplet: 9B, CA and 00. RGB value is (155,202,0). Sum of RGB (Red+Green+Blue) = 155+202+0=357 (47% of max value = 765). Red value is 155 (60.94% from 255 or 43.42% from 357); Green value is 202 (79.30% from 255 or 56.58% from 357); Blue value is 0 (0.39% from 255 or 0% from 357); Max value from RGB is 202 - color contains mainly: green. Hex color #9BCA00 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9BCA00 is #6435FF. Grayscale: #A5A5A5. Windows color (decimal): -6567424 or 51867. OLE color: 51867.
HSL color Cylindrical-coordinate representation of color #9BCA00: hue angle of 73.96º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9BCA00 is Cyan = 0.23, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 155 | 202 | 0 | - |
| CMYK | 0.23 | 0 | 1 | 0.21 |
| HSL | 73.96º | 1% | 0.4% | - |
| HSV(B) | 73.96º | 1% | 0.79% | - |
| XYZ | 34.64 | 49.21 | 7.67 | - |
| YUV | 164.92 | 34.93 | 120.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 202 | 0 | 0.23 | 0 | 1 | 0.21 | 73.96 | 1 | 0.4 |
| Hex | 9B | CA | 0 | 17 | 0 | 64 | 15 | 4A | 64 | 28 |
| Octal | 233 | 312 | 0 | 27 | 0 | 144 | 25 | 112 | 144 | 50 |
| Binary | 10011011 | 11001010 | 0 | 10111 | 0 | 1100100 | 10101 | 1001010 | 1100100 | 101000 |
Color Harmonies of #9BCA00
Complementary color
Monochromatic Colors of #9BCA00
Black with #9BCA00
Text Example
Text Example
White with #9BCA00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BCA00; }
p { color: rgb(155,202,0); }
H1.HeaderClassName
{
color: #9BCA00;
}
.AnyTagClassName
{
color: #9BCA00;
}
</style>
background-color css
<style>
a { background-color: #9BCA00; }
a { background-color: rgb(155,202,0); }
div.DivClassName
{
background-color: #9BCA00;
}
.BgClassName
{
background-color: #9BCA00;
}
</style>
border-color css
<style>
span { border-color: #9BCA00; }
span { border-color: rgb(155,202,0); }
td.TdClassName
{
border-color: #9BCA00;
}
.TagClassName
{
border-color: #9BCA00;
}
</style>