Shades of Citron #8A951B
Tints of Citron #8A951B
RGB
CMYK
RGB Variations
Color information
#8A951B (or 0x8A951B) is known color: Citron. HEX triplet: 8A, 95 and 1B. RGB value is (138,149,27). Sum of RGB (Red+Green+Blue) = 138+149+27=314 (41% of max value = 765). Red value is 138 (54.30% from 255 or 43.95% from 314); Green value is 149 (58.59% from 255 or 47.45% from 314); Blue value is 27 (10.94% from 255 or 8.60% from 314); Max value from RGB is 149 - color contains mainly: green. Hex color #8A951B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8A951B is #756AE4. Grayscale: #848484. Windows color (decimal): -7695077 or 1807754. OLE color: 1807754.
HSL color Cylindrical-coordinate representation of color #8A951B: hue angle of 65.41º degrees, saturation: 0.69, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #8A951B is Cyan = 0.07, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 138 | 149 | 27 | - |
| CMYK | 0.07 | 0 | 0.82 | 0.42 |
| HSL | 65.41º | 0.69% | 0.35% | - |
| HSV(B) | 65.41º | 0.82% | 0.58% | - |
| XYZ | 21.43 | 26.98 | 5.11 | - |
| YUV | 131.8 | 68.86 | 132.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 149 | 27 | 0.07 | 0 | 0.82 | 0.42 | 65.41 | 0.69 | 0.35 |
| Hex | 8A | 95 | 1B | 7 | 0 | 52 | 2A | 41 | 45 | 23 |
| Octal | 212 | 225 | 33 | 7 | 0 | 122 | 52 | 101 | 105 | 43 |
| Binary | 10001010 | 10010101 | 11011 | 111 | 0 | 1010010 | 101010 | 1000001 | 1000101 | 100011 |
Color Harmonies of #8A951B
Complementary color
Monochromatic Colors of #8A951B
Black with #8A951B
Text Example
Text Example
White with #8A951B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A951B; }
p { color: rgb(138,149,27); }
H1.HeaderClassName
{
color: #8A951B;
}
.AnyTagClassName
{
color: #8A951B;
}
</style>
background-color css
<style>
a { background-color: #8A951B; }
a { background-color: rgb(138,149,27); }
div.DivClassName
{
background-color: #8A951B;
}
.BgClassName
{
background-color: #8A951B;
}
</style>
border-color css
<style>
span { border-color: #8A951B; }
span { border-color: rgb(138,149,27); }
td.TdClassName
{
border-color: #8A951B;
}
.TagClassName
{
border-color: #8A951B;
}
</style>