Shades of Citrus #9BCA03
Tints of Citrus #9BCA03
RGB
CMYK
RGB Variations
Color information
#9BCA03 (or 0x9BCA03) is known color: Citrus. HEX triplet: 9B, CA and 03. RGB value is (155,202,3). Sum of RGB (Red+Green+Blue) = 155+202+3=360 (47% of max value = 765). Red value is 155 (60.94% from 255 or 43.06% from 360); Green value is 202 (79.30% from 255 or 56.11% from 360); Blue value is 3 (1.56% from 255 or 0.83% from 360); Max value from RGB is 202 - color contains mainly: green. Hex color #9BCA03 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9BCA03 is #6435FC. Grayscale: #A6A6A6. Windows color (decimal): -6567421 or 248475. OLE color: 248475.
HSL color Cylindrical-coordinate representation of color #9BCA03: hue angle of 74.17º degrees, saturation: 0.97, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9BCA03 is Cyan = 0.23, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 155 | 202 | 3 | - |
| CMYK | 0.23 | 0 | 0.99 | 0.21 |
| HSL | 74.17º | 0.97% | 0.4% | - |
| HSV(B) | 74.17º | 0.99% | 0.79% | - |
| XYZ | 34.65 | 49.22 | 7.76 | - |
| YUV | 165.26 | 36.43 | 120.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 202 | 3 | 0.23 | 0 | 0.99 | 0.21 | 74.17 | 0.97 | 0.4 |
| Hex | 9B | CA | 3 | 17 | 0 | 63 | 15 | 4A | 61 | 28 |
| Octal | 233 | 312 | 3 | 27 | 0 | 143 | 25 | 112 | 141 | 50 |
| Binary | 10011011 | 11001010 | 11 | 10111 | 0 | 1100011 | 10101 | 1001010 | 1100001 | 101000 |
Color Harmonies of #9BCA03
Complementary color
Monochromatic Colors of #9BCA03
Black with #9BCA03
Text Example
Text Example
White with #9BCA03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BCA03; }
p { color: rgb(155,202,3); }
H1.HeaderClassName
{
color: #9BCA03;
}
.AnyTagClassName
{
color: #9BCA03;
}
</style>
background-color css
<style>
a { background-color: #9BCA03; }
a { background-color: rgb(155,202,3); }
div.DivClassName
{
background-color: #9BCA03;
}
.BgClassName
{
background-color: #9BCA03;
}
</style>
border-color css
<style>
span { border-color: #9BCA03; }
span { border-color: rgb(155,202,3); }
td.TdClassName
{
border-color: #9BCA03;
}
.TagClassName
{
border-color: #9BCA03;
}
</style>