Shades of Citron #8A9B0C
Tints of Citron #8A9B0C
RGB
CMYK
RGB Variations
Color information
#8A9B0C (or 0x8A9B0C) is known color: Citron. HEX triplet: 8A, 9B and 0C. RGB value is (138,155,12). Sum of RGB (Red+Green+Blue) = 138+155+12=305 (40% of max value = 765). Red value is 138 (54.30% from 255 or 45.25% from 305); Green value is 155 (60.94% from 255 or 50.82% from 305); Blue value is 12 (5.08% from 255 or 3.93% from 305); Max value from RGB is 155 - color contains mainly: green. Hex color #8A9B0C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8A9B0C is #7564F3. Grayscale: #868686. Windows color (decimal): -7693556 or 826250. OLE color: 826250.
HSL color Cylindrical-coordinate representation of color #8A9B0C: hue angle of 67.13º degrees, saturation: 0.86, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #8A9B0C is Cyan = 0.11, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 138 | 155 | 12 | - |
| CMYK | 0.11 | 0 | 0.92 | 0.39 |
| HSL | 67.13º | 0.86% | 0.33% | - |
| HSV(B) | 67.13º | 0.92% | 0.61% | - |
| XYZ | 22.27 | 28.87 | 4.75 | - |
| YUV | 133.62 | 59.37 | 131.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 155 | 12 | 0.11 | 0 | 0.92 | 0.39 | 67.13 | 0.86 | 0.33 |
| Hex | 8A | 9B | C | B | 0 | 5C | 27 | 43 | 56 | 21 |
| Octal | 212 | 233 | 14 | 13 | 0 | 134 | 47 | 103 | 126 | 41 |
| Binary | 10001010 | 10011011 | 1100 | 1011 | 0 | 1011100 | 100111 | 1000011 | 1010110 | 100001 |
Color Harmonies of #8A9B0C
Complementary color
Monochromatic Colors of #8A9B0C
Black with #8A9B0C
Text Example
Text Example
White with #8A9B0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A9B0C; }
p { color: rgb(138,155,12); }
H1.HeaderClassName
{
color: #8A9B0C;
}
.AnyTagClassName
{
color: #8A9B0C;
}
</style>
background-color css
<style>
a { background-color: #8A9B0C; }
a { background-color: rgb(138,155,12); }
div.DivClassName
{
background-color: #8A9B0C;
}
.BgClassName
{
background-color: #8A9B0C;
}
</style>
border-color css
<style>
span { border-color: #8A9B0C; }
span { border-color: rgb(138,155,12); }
td.TdClassName
{
border-color: #8A9B0C;
}
.TagClassName
{
border-color: #8A9B0C;
}
</style>