Shades of Citron #8A9C1D
Tints of Citron #8A9C1D
RGB
CMYK
RGB Variations
Color information
#8A9C1D (or 0x8A9C1D) is known color: Citron. HEX triplet: 8A, 9C and 1D. RGB value is (138,156,29). Sum of RGB (Red+Green+Blue) = 138+156+29=323 (42% of max value = 765). Red value is 138 (54.30% from 255 or 42.72% from 323); Green value is 156 (61.33% from 255 or 48.30% from 323); Blue value is 29 (11.72% from 255 or 8.98% from 323); Max value from RGB is 156 - color contains mainly: green. Hex color #8A9C1D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8A9C1D is #7563E2. Grayscale: #888888. Windows color (decimal): -7693283 or 1940618. OLE color: 1940618.
HSL color Cylindrical-coordinate representation of color #8A9C1D: hue angle of 68.5º degrees, saturation: 0.69, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #8A9C1D is Cyan = 0.12, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 138 | 156 | 29 | - |
| CMYK | 0.12 | 0 | 0.81 | 0.39 |
| HSL | 68.5º | 0.69% | 0.36% | - |
| HSV(B) | 68.5º | 0.81% | 0.61% | - |
| XYZ | 22.59 | 29.27 | 5.62 | - |
| YUV | 136.14 | 67.54 | 129.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 156 | 29 | 0.12 | 0 | 0.81 | 0.39 | 68.5 | 0.69 | 0.36 |
| Hex | 8A | 9C | 1D | C | 0 | 51 | 27 | 45 | 45 | 24 |
| Octal | 212 | 234 | 35 | 14 | 0 | 121 | 47 | 105 | 105 | 44 |
| Binary | 10001010 | 10011100 | 11101 | 1100 | 0 | 1010001 | 100111 | 1000101 | 1000101 | 100100 |
Color Harmonies of #8A9C1D
Complementary color
Monochromatic Colors of #8A9C1D
Black with #8A9C1D
Text Example
Text Example
White with #8A9C1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A9C1D; }
p { color: rgb(138,156,29); }
H1.HeaderClassName
{
color: #8A9C1D;
}
.AnyTagClassName
{
color: #8A9C1D;
}
</style>
background-color css
<style>
a { background-color: #8A9C1D; }
a { background-color: rgb(138,156,29); }
div.DivClassName
{
background-color: #8A9C1D;
}
.BgClassName
{
background-color: #8A9C1D;
}
</style>
border-color css
<style>
span { border-color: #8A9C1D; }
span { border-color: rgb(138,156,29); }
td.TdClassName
{
border-color: #8A9C1D;
}
.TagClassName
{
border-color: #8A9C1D;
}
</style>