Shades of Citrus #9BC508
Tints of Citrus #9BC508
RGB
CMYK
RGB Variations
Color information
#9BC508 (or 0x9BC508) is known color: Citrus. HEX triplet: 9B, C5 and 08. RGB value is (155,197,8). Sum of RGB (Red+Green+Blue) = 155+197+8=360 (47% of max value = 765). Red value is 155 (60.94% from 255 or 43.06% from 360); Green value is 197 (77.34% from 255 or 54.72% from 360); Blue value is 8 (3.52% from 255 or 2.22% from 360); Max value from RGB is 197 - color contains mainly: green. Hex color #9BC508 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9BC508 is #643AF7. Grayscale: #A3A3A3. Windows color (decimal): -6568696 or 574875. OLE color: 574875.
HSL color Cylindrical-coordinate representation of color #9BC508: hue angle of 73.33º degrees, saturation: 0.92, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #9BC508 is Cyan = 0.21, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 155 | 197 | 8 | - |
| CMYK | 0.21 | 0 | 0.96 | 0.23 |
| HSL | 73.33º | 0.92% | 0.4% | - |
| HSV(B) | 73.33º | 0.96% | 0.77% | - |
| XYZ | 33.53 | 46.92 | 7.52 | - |
| YUV | 162.9 | 40.59 | 122.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 197 | 8 | 0.21 | 0 | 0.96 | 0.23 | 73.33 | 0.92 | 0.4 |
| Hex | 9B | C5 | 8 | 15 | 0 | 60 | 17 | 49 | 5C | 28 |
| Octal | 233 | 305 | 10 | 25 | 0 | 140 | 27 | 111 | 134 | 50 |
| Binary | 10011011 | 11000101 | 1000 | 10101 | 0 | 1100000 | 10111 | 1001001 | 1011100 | 101000 |
Color Harmonies of #9BC508
Complementary color
Monochromatic Colors of #9BC508
Black with #9BC508
Text Example
Text Example
White with #9BC508
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BC508; }
p { color: rgb(155,197,8); }
H1.HeaderClassName
{
color: #9BC508;
}
.AnyTagClassName
{
color: #9BC508;
}
</style>
background-color css
<style>
a { background-color: #9BC508; }
a { background-color: rgb(155,197,8); }
div.DivClassName
{
background-color: #9BC508;
}
.BgClassName
{
background-color: #9BC508;
}
</style>
border-color css
<style>
span { border-color: #9BC508; }
span { border-color: rgb(155,197,8); }
td.TdClassName
{
border-color: #9BC508;
}
.TagClassName
{
border-color: #9BC508;
}
</style>