Shades of Citrus #9BC314
Tints of Citrus #9BC314
RGB
CMYK
RGB Variations
Color information
#9BC314 (or 0x9BC314) is known color: Citrus. HEX triplet: 9B, C3 and 14. RGB value is (155,195,20). Sum of RGB (Red+Green+Blue) = 155+195+20=370 (49% of max value = 765). Red value is 155 (60.94% from 255 or 41.89% from 370); Green value is 195 (76.56% from 255 or 52.70% from 370); Blue value is 20 (8.20% from 255 or 5.41% from 370); Max value from RGB is 195 - color contains mainly: green. Hex color #9BC314 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9BC314 is #643CEB. Grayscale: #A3A3A3. Windows color (decimal): -6569196 or 1360795. OLE color: 1360795.
HSL color Cylindrical-coordinate representation of color #9BC314: hue angle of 73.71º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9BC314 is Cyan = 0.21, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 155 | 195 | 20 | - |
| CMYK | 0.21 | 0 | 0.90 | 0.24 |
| HSL | 73.71º | 0.81% | 0.42% | - |
| HSV(B) | 73.71º | 0.9% | 0.76% | - |
| XYZ | 33.16 | 46.05 | 7.8 | - |
| YUV | 163.09 | 47.25 | 122.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 195 | 20 | 0.21 | 0 | 0.90 | 0.24 | 73.71 | 0.81 | 0.42 |
| Hex | 9B | C3 | 14 | 15 | 0 | 5A | 18 | 4A | 51 | 2A |
| Octal | 233 | 303 | 24 | 25 | 0 | 132 | 30 | 112 | 121 | 52 |
| Binary | 10011011 | 11000011 | 10100 | 10101 | 0 | 1011010 | 11000 | 1001010 | 1010001 | 101010 |
Color Harmonies of #9BC314
Complementary color
Monochromatic Colors of #9BC314
Black with #9BC314
Text Example
Text Example
White with #9BC314
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BC314; }
p { color: rgb(155,195,20); }
H1.HeaderClassName
{
color: #9BC314;
}
.AnyTagClassName
{
color: #9BC314;
}
</style>
background-color css
<style>
a { background-color: #9BC314; }
a { background-color: rgb(155,195,20); }
div.DivClassName
{
background-color: #9BC314;
}
.BgClassName
{
background-color: #9BC314;
}
</style>
border-color css
<style>
span { border-color: #9BC314; }
span { border-color: rgb(155,195,20); }
td.TdClassName
{
border-color: #9BC314;
}
.TagClassName
{
border-color: #9BC314;
}
</style>