Shades of Citron #9CA91F
Tints of Citron #9CA91F
RGB
CMYK
RGB Variations
Color information
#9CA91F (or 0x9CA91F) is known color: Citron. HEX triplet: 9C, A9 and 1F. RGB value is (156,169,31). Sum of RGB (Red+Green+Blue) = 156+169+31=356 (47% of max value = 765). Red value is 156 (61.33% from 255 or 43.82% from 356); Green value is 169 (66.41% from 255 or 47.47% from 356); Blue value is 31 (12.5% from 255 or 8.71% from 356); Max value from RGB is 169 - color contains mainly: green. Hex color #9CA91F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9CA91F is #6356E0. Grayscale: #959595. Windows color (decimal): -6510305 or 2075036. OLE color: 2075036.
HSL color Cylindrical-coordinate representation of color #9CA91F: hue angle of 65.65º degrees, saturation: 0.69, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #9CA91F is Cyan = 0.08, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 156 | 169 | 31 | - |
| CMYK | 0.08 | 0 | 0.82 | 0.34 |
| HSL | 65.65º | 0.69% | 0.39% | - |
| HSV(B) | 65.65º | 0.82% | 0.66% | - |
| XYZ | 28.15 | 35.54 | 6.67 | - |
| YUV | 149.38 | 61.19 | 132.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 169 | 31 | 0.08 | 0 | 0.82 | 0.34 | 65.65 | 0.69 | 0.39 |
| Hex | 9C | A9 | 1F | 8 | 0 | 52 | 22 | 42 | 45 | 27 |
| Octal | 234 | 251 | 37 | 10 | 0 | 122 | 42 | 102 | 105 | 47 |
| Binary | 10011100 | 10101001 | 11111 | 1000 | 0 | 1010010 | 100010 | 1000010 | 1000101 | 100111 |
Color Harmonies of #9CA91F
Complementary color
Monochromatic Colors of #9CA91F
Black with #9CA91F
Text Example
Text Example
White with #9CA91F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CA91F; }
p { color: rgb(156,169,31); }
H1.HeaderClassName
{
color: #9CA91F;
}
.AnyTagClassName
{
color: #9CA91F;
}
</style>
background-color css
<style>
a { background-color: #9CA91F; }
a { background-color: rgb(156,169,31); }
div.DivClassName
{
background-color: #9CA91F;
}
.BgClassName
{
background-color: #9CA91F;
}
</style>
border-color css
<style>
span { border-color: #9CA91F; }
span { border-color: rgb(156,169,31); }
td.TdClassName
{
border-color: #9CA91F;
}
.TagClassName
{
border-color: #9CA91F;
}
</style>