Shades of Citrus #9BC108
Tints of Citrus #9BC108
RGB
CMYK
RGB Variations
Color information
#9BC108 (or 0x9BC108) is known color: Citrus. HEX triplet: 9B, C1 and 08. RGB value is (155,193,8). Sum of RGB (Red+Green+Blue) = 155+193+8=356 (47% of max value = 765). Red value is 155 (60.94% from 255 or 43.54% from 356); Green value is 193 (75.78% from 255 or 54.21% from 356); Blue value is 8 (3.52% from 255 or 2.25% from 356); Max value from RGB is 193 - color contains mainly: green. Hex color #9BC108 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9BC108 is #643EF7. Grayscale: #A1A1A1. Windows color (decimal): -6569720 or 573851. OLE color: 573851.
HSL color Cylindrical-coordinate representation of color #9BC108: hue angle of 72.32º degrees, saturation: 0.92, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #9BC108 is Cyan = 0.20, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 155 | 193 | 8 | - |
| CMYK | 0.20 | 0 | 0.96 | 0.24 |
| HSL | 72.32º | 0.92% | 0.39% | - |
| HSV(B) | 72.32º | 0.96% | 0.76% | - |
| XYZ | 32.63 | 45.13 | 7.22 | - |
| YUV | 160.55 | 41.91 | 124.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 193 | 8 | 0.20 | 0 | 0.96 | 0.24 | 72.32 | 0.92 | 0.39 |
| Hex | 9B | C1 | 8 | 14 | 0 | 60 | 18 | 48 | 5C | 27 |
| Octal | 233 | 301 | 10 | 24 | 0 | 140 | 30 | 110 | 134 | 47 |
| Binary | 10011011 | 11000001 | 1000 | 10100 | 0 | 1100000 | 11000 | 1001000 | 1011100 | 100111 |
Color Harmonies of #9BC108
Complementary color
Monochromatic Colors of #9BC108
Black with #9BC108
Text Example
Text Example
White with #9BC108
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BC108; }
p { color: rgb(155,193,8); }
H1.HeaderClassName
{
color: #9BC108;
}
.AnyTagClassName
{
color: #9BC108;
}
</style>
background-color css
<style>
a { background-color: #9BC108; }
a { background-color: rgb(155,193,8); }
div.DivClassName
{
background-color: #9BC108;
}
.BgClassName
{
background-color: #9BC108;
}
</style>
border-color css
<style>
span { border-color: #9BC108; }
span { border-color: rgb(155,193,8); }
td.TdClassName
{
border-color: #9BC108;
}
.TagClassName
{
border-color: #9BC108;
}
</style>