Shades of Citrus #9BC305
Tints of Citrus #9BC305
RGB
CMYK
RGB Variations
Color information
#9BC305 (or 0x9BC305) is known color: Citrus. HEX triplet: 9B, C3 and 05. RGB value is (155,195,5). Sum of RGB (Red+Green+Blue) = 155+195+5=355 (47% of max value = 765). Red value is 155 (60.94% from 255 or 43.66% from 355); Green value is 195 (76.56% from 255 or 54.93% from 355); Blue value is 5 (2.34% from 255 or 1.41% from 355); Max value from RGB is 195 - color contains mainly: green. Hex color #9BC305 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9BC305 is #643CFA. Grayscale: #A2A2A2. Windows color (decimal): -6569211 or 377755. OLE color: 377755.
HSL color Cylindrical-coordinate representation of color #9BC305: hue angle of 72.63º degrees, saturation: 0.95, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9BC305 is Cyan = 0.21, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 155 | 195 | 5 | - |
| CMYK | 0.21 | 0 | 0.97 | 0.24 |
| HSL | 72.63º | 0.95% | 0.39% | - |
| HSV(B) | 72.63º | 0.97% | 0.76% | - |
| XYZ | 33.06 | 46.01 | 7.28 | - |
| YUV | 161.38 | 39.75 | 123.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 195 | 5 | 0.21 | 0 | 0.97 | 0.24 | 72.63 | 0.95 | 0.39 |
| Hex | 9B | C3 | 5 | 15 | 0 | 61 | 18 | 49 | 5F | 27 |
| Octal | 233 | 303 | 5 | 25 | 0 | 141 | 30 | 111 | 137 | 47 |
| Binary | 10011011 | 11000011 | 101 | 10101 | 0 | 1100001 | 11000 | 1001001 | 1011111 | 100111 |
Color Harmonies of #9BC305
Complementary color
Monochromatic Colors of #9BC305
Black with #9BC305
Text Example
Text Example
White with #9BC305
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BC305; }
p { color: rgb(155,195,5); }
H1.HeaderClassName
{
color: #9BC305;
}
.AnyTagClassName
{
color: #9BC305;
}
</style>
background-color css
<style>
a { background-color: #9BC305; }
a { background-color: rgb(155,195,5); }
div.DivClassName
{
background-color: #9BC305;
}
.BgClassName
{
background-color: #9BC305;
}
</style>
border-color css
<style>
span { border-color: #9BC305; }
span { border-color: rgb(155,195,5); }
td.TdClassName
{
border-color: #9BC305;
}
.TagClassName
{
border-color: #9BC305;
}
</style>