Shades of Citrus #9BC80D
Tints of Citrus #9BC80D
RGB
CMYK
RGB Variations
Color information
#9BC80D (or 0x9BC80D) is known color: Citrus. HEX triplet: 9B, C8 and 0D. RGB value is (155,200,13). Sum of RGB (Red+Green+Blue) = 155+200+13=368 (48% of max value = 765). Red value is 155 (60.94% from 255 or 42.12% from 368); Green value is 200 (78.52% from 255 or 54.35% from 368); Blue value is 13 (5.47% from 255 or 3.53% from 368); Max value from RGB is 200 - color contains mainly: green. Hex color #9BC80D is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9BC80D is #6437F2. Grayscale: #A5A5A5. Windows color (decimal): -6567923 or 903323. OLE color: 903323.
HSL color Cylindrical-coordinate representation of color #9BC80D: hue angle of 74.44º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #9BC80D is Cyan = 0.22, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 155 | 200 | 13 | - |
| CMYK | 0.22 | 0 | 0.94 | 0.22 |
| HSL | 74.44º | 0.88% | 0.42% | - |
| HSV(B) | 74.44º | 0.94% | 0.78% | - |
| XYZ | 34.24 | 48.31 | 7.9 | - |
| YUV | 165.23 | 42.09 | 120.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 200 | 13 | 0.22 | 0 | 0.94 | 0.22 | 74.44 | 0.88 | 0.42 |
| Hex | 9B | C8 | D | 16 | 0 | 5E | 16 | 4A | 58 | 2A |
| Octal | 233 | 310 | 15 | 26 | 0 | 136 | 26 | 112 | 130 | 52 |
| Binary | 10011011 | 11001000 | 1101 | 10110 | 0 | 1011110 | 10110 | 1001010 | 1011000 | 101010 |
Color Harmonies of #9BC80D
Complementary color
Monochromatic Colors of #9BC80D
Black with #9BC80D
Text Example
Text Example
White with #9BC80D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BC80D; }
p { color: rgb(155,200,13); }
H1.HeaderClassName
{
color: #9BC80D;
}
.AnyTagClassName
{
color: #9BC80D;
}
</style>
background-color css
<style>
a { background-color: #9BC80D; }
a { background-color: rgb(155,200,13); }
div.DivClassName
{
background-color: #9BC80D;
}
.BgClassName
{
background-color: #9BC80D;
}
</style>
border-color css
<style>
span { border-color: #9BC80D; }
span { border-color: rgb(155,200,13); }
td.TdClassName
{
border-color: #9BC80D;
}
.TagClassName
{
border-color: #9BC80D;
}
</style>