Shades of Citrus #9BC208
Tints of Citrus #9BC208
RGB
CMYK
RGB Variations
Color information
#9BC208 (or 0x9BC208) is known color: Citrus. HEX triplet: 9B, C2 and 08. RGB value is (155,194,8). Sum of RGB (Red+Green+Blue) = 155+194+8=357 (47% of max value = 765). Red value is 155 (60.94% from 255 or 43.42% from 357); Green value is 194 (76.17% from 255 or 54.34% from 357); Blue value is 8 (3.52% from 255 or 2.24% from 357); Max value from RGB is 194 - color contains mainly: green. Hex color #9BC208 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9BC208 is #643DF7. Grayscale: #A1A1A1. Windows color (decimal): -6569464 or 574107. OLE color: 574107.
HSL color Cylindrical-coordinate representation of color #9BC208: hue angle of 72.58º degrees, saturation: 0.92, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #9BC208 is Cyan = 0.20, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 155 | 194 | 8 | - |
| CMYK | 0.20 | 0 | 0.96 | 0.24 |
| HSL | 72.58º | 0.92% | 0.4% | - |
| HSV(B) | 72.58º | 0.96% | 0.76% | - |
| XYZ | 32.85 | 45.57 | 7.29 | - |
| YUV | 161.14 | 41.58 | 123.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 194 | 8 | 0.20 | 0 | 0.96 | 0.24 | 72.58 | 0.92 | 0.4 |
| Hex | 9B | C2 | 8 | 14 | 0 | 60 | 18 | 49 | 5C | 28 |
| Octal | 233 | 302 | 10 | 24 | 0 | 140 | 30 | 111 | 134 | 50 |
| Binary | 10011011 | 11000010 | 1000 | 10100 | 0 | 1100000 | 11000 | 1001001 | 1011100 | 101000 |
Color Harmonies of #9BC208
Complementary color
Monochromatic Colors of #9BC208
Black with #9BC208
Text Example
Text Example
White with #9BC208
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BC208; }
p { color: rgb(155,194,8); }
H1.HeaderClassName
{
color: #9BC208;
}
.AnyTagClassName
{
color: #9BC208;
}
</style>
background-color css
<style>
a { background-color: #9BC208; }
a { background-color: rgb(155,194,8); }
div.DivClassName
{
background-color: #9BC208;
}
.BgClassName
{
background-color: #9BC208;
}
</style>
border-color css
<style>
span { border-color: #9BC208; }
span { border-color: rgb(155,194,8); }
td.TdClassName
{
border-color: #9BC208;
}
.TagClassName
{
border-color: #9BC208;
}
</style>