Shades of Citron #8A960F
Tints of Citron #8A960F
RGB
CMYK
RGB Variations
Color information
#8A960F (or 0x8A960F) is known color: Citron. HEX triplet: 8A, 96 and 0F. RGB value is (138,150,15). Sum of RGB (Red+Green+Blue) = 138+150+15=303 (40% of max value = 765). Red value is 138 (54.30% from 255 or 45.54% from 303); Green value is 150 (58.98% from 255 or 49.50% from 303); Blue value is 15 (6.25% from 255 or 4.95% from 303); Max value from RGB is 150 - color contains mainly: green. Hex color #8A960F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8A960F is #7569F0. Grayscale: #838383. Windows color (decimal): -7694833 or 1021578. OLE color: 1021578.
HSL color Cylindrical-coordinate representation of color #8A960F: hue angle of 65.33º degrees, saturation: 0.82, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8A960F is Cyan = 0.08, Magento = 0, Yellow = 0.9 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 138 | 150 | 15 | - |
| CMYK | 0.08 | 0 | 0.9 | 0.41 |
| HSL | 65.33º | 0.82% | 0.32% | - |
| HSV(B) | 65.33º | 0.9% | 0.59% | - |
| XYZ | 21.47 | 27.25 | 4.58 | - |
| YUV | 131.02 | 62.52 | 132.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 150 | 15 | 0.08 | 0 | 0.9 | 0.41 | 65.33 | 0.82 | 0.32 |
| Hex | 8A | 96 | F | 8 | 0 | 5A | 29 | 41 | 52 | 20 |
| Octal | 212 | 226 | 17 | 10 | 0 | 132 | 51 | 101 | 122 | 40 |
| Binary | 10001010 | 10010110 | 1111 | 1000 | 0 | 1011010 | 101001 | 1000001 | 1010010 | 100000 |
Color Harmonies of #8A960F
Complementary color
Monochromatic Colors of #8A960F
Black with #8A960F
Text Example
Text Example
White with #8A960F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A960F; }
p { color: rgb(138,150,15); }
H1.HeaderClassName
{
color: #8A960F;
}
.AnyTagClassName
{
color: #8A960F;
}
</style>
background-color css
<style>
a { background-color: #8A960F; }
a { background-color: rgb(138,150,15); }
div.DivClassName
{
background-color: #8A960F;
}
.BgClassName
{
background-color: #8A960F;
}
</style>
border-color css
<style>
span { border-color: #8A960F; }
span { border-color: rgb(138,150,15); }
td.TdClassName
{
border-color: #8A960F;
}
.TagClassName
{
border-color: #8A960F;
}
</style>