Shades of Citron #9BAC1F
Tints of Citron #9BAC1F
RGB
CMYK
RGB Variations
Color information
#9BAC1F (or 0x9BAC1F) is known color: Citron. HEX triplet: 9B, AC and 1F. RGB value is (155,172,31). Sum of RGB (Red+Green+Blue) = 155+172+31=358 (47% of max value = 765). Red value is 155 (60.94% from 255 or 43.30% from 358); Green value is 172 (67.58% from 255 or 48.04% from 358); Blue value is 31 (12.5% from 255 or 8.66% from 358); Max value from RGB is 172 - color contains mainly: green. Hex color #9BAC1F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9BAC1F is #6453E0. Grayscale: #979797. Windows color (decimal): -6575073 or 2075803. OLE color: 2075803.
HSL color Cylindrical-coordinate representation of color #9BAC1F: hue angle of 67.23º degrees, saturation: 0.69, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #9BAC1F is Cyan = 0.10, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 155 | 172 | 31 | - |
| CMYK | 0.10 | 0 | 0.82 | 0.33 |
| HSL | 67.23º | 0.69% | 0.4% | - |
| HSV(B) | 67.23º | 0.82% | 0.67% | - |
| XYZ | 28.52 | 36.57 | 6.85 | - |
| YUV | 150.84 | 60.37 | 130.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 172 | 31 | 0.10 | 0 | 0.82 | 0.33 | 67.23 | 0.69 | 0.4 |
| Hex | 9B | AC | 1F | A | 0 | 52 | 21 | 43 | 45 | 28 |
| Octal | 233 | 254 | 37 | 12 | 0 | 122 | 41 | 103 | 105 | 50 |
| Binary | 10011011 | 10101100 | 11111 | 1010 | 0 | 1010010 | 100001 | 1000011 | 1000101 | 101000 |
Color Harmonies of #9BAC1F
Complementary color
Monochromatic Colors of #9BAC1F
Black with #9BAC1F
Text Example
Text Example
White with #9BAC1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BAC1F; }
p { color: rgb(155,172,31); }
H1.HeaderClassName
{
color: #9BAC1F;
}
.AnyTagClassName
{
color: #9BAC1F;
}
</style>
background-color css
<style>
a { background-color: #9BAC1F; }
a { background-color: rgb(155,172,31); }
div.DivClassName
{
background-color: #9BAC1F;
}
.BgClassName
{
background-color: #9BAC1F;
}
</style>
border-color css
<style>
span { border-color: #9BAC1F; }
span { border-color: rgb(155,172,31); }
td.TdClassName
{
border-color: #9BAC1F;
}
.TagClassName
{
border-color: #9BAC1F;
}
</style>