Shades of Citrus #9BC805
Tints of Citrus #9BC805
RGB
CMYK
RGB Variations
Color information
#9BC805 (or 0x9BC805) is known color: Citrus. HEX triplet: 9B, C8 and 05. RGB value is (155,200,5). Sum of RGB (Red+Green+Blue) = 155+200+5=360 (47% of max value = 765). Red value is 155 (60.94% from 255 or 43.06% from 360); Green value is 200 (78.52% from 255 or 55.56% from 360); Blue value is 5 (2.34% from 255 or 1.39% from 360); Max value from RGB is 200 - color contains mainly: green. Hex color #9BC805 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9BC805 is #6437FA. Grayscale: #A5A5A5. Windows color (decimal): -6567931 or 379035. OLE color: 379035.
HSL color Cylindrical-coordinate representation of color #9BC805: hue angle of 73.85º degrees, saturation: 0.95, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #9BC805 is Cyan = 0.22, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 155 | 200 | 5 | - |
| CMYK | 0.22 | 0 | 0.98 | 0.22 |
| HSL | 73.85º | 0.95% | 0.4% | - |
| HSV(B) | 73.85º | 0.98% | 0.78% | - |
| XYZ | 34.2 | 48.29 | 7.66 | - |
| YUV | 164.32 | 38.09 | 121.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 200 | 5 | 0.22 | 0 | 0.98 | 0.22 | 73.85 | 0.95 | 0.4 |
| Hex | 9B | C8 | 5 | 16 | 0 | 62 | 16 | 4A | 5F | 28 |
| Octal | 233 | 310 | 5 | 26 | 0 | 142 | 26 | 112 | 137 | 50 |
| Binary | 10011011 | 11001000 | 101 | 10110 | 0 | 1100010 | 10110 | 1001010 | 1011111 | 101000 |
Color Harmonies of #9BC805
Complementary color
Monochromatic Colors of #9BC805
Black with #9BC805
Text Example
Text Example
White with #9BC805
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BC805; }
p { color: rgb(155,200,5); }
H1.HeaderClassName
{
color: #9BC805;
}
.AnyTagClassName
{
color: #9BC805;
}
</style>
background-color css
<style>
a { background-color: #9BC805; }
a { background-color: rgb(155,200,5); }
div.DivClassName
{
background-color: #9BC805;
}
.BgClassName
{
background-color: #9BC805;
}
</style>
border-color css
<style>
span { border-color: #9BC805; }
span { border-color: rgb(155,200,5); }
td.TdClassName
{
border-color: #9BC805;
}
.TagClassName
{
border-color: #9BC805;
}
</style>