Shades of Citron #8A9528
Tints of Citron #8A9528
RGB
CMYK
RGB Variations
Color information
#8A9528 (or 0x8A9528) is known color: Citron. HEX triplet: 8A, 95 and 28. RGB value is (138,149,40). Sum of RGB (Red+Green+Blue) = 138+149+40=327 (43% of max value = 765). Red value is 138 (54.30% from 255 or 42.20% from 327); Green value is 149 (58.59% from 255 or 45.57% from 327); Blue value is 40 (16.02% from 255 or 12.23% from 327); Max value from RGB is 149 - color contains mainly: green. Hex color #8A9528 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8A9528 is #756AD7. Grayscale: #858585. Windows color (decimal): -7695064 or 2659722. OLE color: 2659722.
HSL color Cylindrical-coordinate representation of color #8A9528: hue angle of 66.06º degrees, saturation: 0.58, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #8A9528 is Cyan = 0.07, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 138 | 149 | 40 | - |
| CMYK | 0.07 | 0 | 0.73 | 0.42 |
| HSL | 66.06º | 0.58% | 0.37% | - |
| HSV(B) | 66.06º | 0.73% | 0.58% | - |
| XYZ | 21.61 | 27.05 | 6.09 | - |
| YUV | 133.29 | 75.36 | 131.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 149 | 40 | 0.07 | 0 | 0.73 | 0.42 | 66.06 | 0.58 | 0.37 |
| Hex | 8A | 95 | 28 | 7 | 0 | 49 | 2A | 42 | 3A | 25 |
| Octal | 212 | 225 | 50 | 7 | 0 | 111 | 52 | 102 | 72 | 45 |
| Binary | 10001010 | 10010101 | 101000 | 111 | 0 | 1001001 | 101010 | 1000010 | 111010 | 100101 |
Color Harmonies of #8A9528
Complementary color
Monochromatic Colors of #8A9528
Black with #8A9528
Text Example
Text Example
White with #8A9528
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A9528; }
p { color: rgb(138,149,40); }
H1.HeaderClassName
{
color: #8A9528;
}
.AnyTagClassName
{
color: #8A9528;
}
</style>
background-color css
<style>
a { background-color: #8A9528; }
a { background-color: rgb(138,149,40); }
div.DivClassName
{
background-color: #8A9528;
}
.BgClassName
{
background-color: #8A9528;
}
</style>
border-color css
<style>
span { border-color: #8A9528; }
span { border-color: rgb(138,149,40); }
td.TdClassName
{
border-color: #8A9528;
}
.TagClassName
{
border-color: #8A9528;
}
</style>