Shades of Citrus #9BA108
Tints of Citrus #9BA108
RGB
CMYK
RGB Variations
Color information
#9BA108 (or 0x9BA108) is known color: Citrus. HEX triplet: 9B, A1 and 08. RGB value is (155,161,8). Sum of RGB (Red+Green+Blue) = 155+161+8=324 (42% of max value = 765). Red value is 155 (60.94% from 255 or 47.84% from 324); Green value is 161 (63.28% from 255 or 49.69% from 324); Blue value is 8 (3.52% from 255 or 2.47% from 324); Max value from RGB is 161 - color contains mainly: green. Hex color #9BA108 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9BA108 is #645EF7. Grayscale: #8E8E8E. Windows color (decimal): -6577912 or 565659. OLE color: 565659.
HSL color Cylindrical-coordinate representation of color #9BA108: hue angle of 62.35º degrees, saturation: 0.91, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #9BA108 is Cyan = 0.04, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 155 | 161 | 8 | - |
| CMYK | 0.04 | 0 | 0.95 | 0.37 |
| HSL | 62.35º | 0.91% | 0.33% | - |
| HSV(B) | 62.35º | 0.95% | 0.63% | - |
| XYZ | 26.31 | 32.48 | 5.11 | - |
| YUV | 141.76 | 52.51 | 137.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 161 | 8 | 0.04 | 0 | 0.95 | 0.37 | 62.35 | 0.91 | 0.33 |
| Hex | 9B | A1 | 8 | 4 | 0 | 5F | 25 | 3E | 5B | 21 |
| Octal | 233 | 241 | 10 | 4 | 0 | 137 | 45 | 76 | 133 | 41 |
| Binary | 10011011 | 10100001 | 1000 | 100 | 0 | 1011111 | 100101 | 111110 | 1011011 | 100001 |
Color Harmonies of #9BA108
Complementary color
Monochromatic Colors of #9BA108
Black with #9BA108
Text Example
Text Example
White with #9BA108
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BA108; }
p { color: rgb(155,161,8); }
H1.HeaderClassName
{
color: #9BA108;
}
.AnyTagClassName
{
color: #9BA108;
}
</style>
background-color css
<style>
a { background-color: #9BA108; }
a { background-color: rgb(155,161,8); }
div.DivClassName
{
background-color: #9BA108;
}
.BgClassName
{
background-color: #9BA108;
}
</style>
border-color css
<style>
span { border-color: #9BA108; }
span { border-color: rgb(155,161,8); }
td.TdClassName
{
border-color: #9BA108;
}
.TagClassName
{
border-color: #9BA108;
}
</style>