Shades of Citrus #9BCA06
Tints of Citrus #9BCA06
RGB
CMYK
RGB Variations
Color information
#9BCA06 (or 0x9BCA06) is known color: Citrus. HEX triplet: 9B, CA and 06. RGB value is (155,202,6). Sum of RGB (Red+Green+Blue) = 155+202+6=363 (48% of max value = 765). Red value is 155 (60.94% from 255 or 42.70% from 363); Green value is 202 (79.30% from 255 or 55.65% from 363); Blue value is 6 (2.73% from 255 or 1.65% from 363); Max value from RGB is 202 - color contains mainly: green. Hex color #9BCA06 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9BCA06 is #6435F9. Grayscale: #A6A6A6. Windows color (decimal): -6567418 or 445083. OLE color: 445083.
HSL color Cylindrical-coordinate representation of color #9BCA06: hue angle of 74.39º degrees, saturation: 0.94, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9BCA06 is Cyan = 0.23, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 155 | 202 | 6 | - |
| CMYK | 0.23 | 0 | 0.97 | 0.21 |
| HSL | 74.39º | 0.94% | 0.41% | - |
| HSV(B) | 74.39º | 0.97% | 0.79% | - |
| XYZ | 34.67 | 49.22 | 7.85 | - |
| YUV | 165.6 | 37.93 | 120.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 202 | 6 | 0.23 | 0 | 0.97 | 0.21 | 74.39 | 0.94 | 0.41 |
| Hex | 9B | CA | 6 | 17 | 0 | 61 | 15 | 4A | 5E | 29 |
| Octal | 233 | 312 | 6 | 27 | 0 | 141 | 25 | 112 | 136 | 51 |
| Binary | 10011011 | 11001010 | 110 | 10111 | 0 | 1100001 | 10101 | 1001010 | 1011110 | 101001 |
Color Harmonies of #9BCA06
Complementary color
Monochromatic Colors of #9BCA06
Black with #9BCA06
Text Example
Text Example
White with #9BCA06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BCA06; }
p { color: rgb(155,202,6); }
H1.HeaderClassName
{
color: #9BCA06;
}
.AnyTagClassName
{
color: #9BCA06;
}
</style>
background-color css
<style>
a { background-color: #9BCA06; }
a { background-color: rgb(155,202,6); }
div.DivClassName
{
background-color: #9BCA06;
}
.BgClassName
{
background-color: #9BCA06;
}
</style>
border-color css
<style>
span { border-color: #9BCA06; }
span { border-color: rgb(155,202,6); }
td.TdClassName
{
border-color: #9BCA06;
}
.TagClassName
{
border-color: #9BCA06;
}
</style>