Shades of Citrus #94A905
Tints of Citrus #94A905
RGB
CMYK
RGB Variations
Color information
#94A905 (or 0x94A905) is known color: Citrus. HEX triplet: 94, A9 and 05. RGB value is (148,169,5). Sum of RGB (Red+Green+Blue) = 148+169+5=322 (42% of max value = 765). Red value is 148 (58.20% from 255 or 45.96% from 322); Green value is 169 (66.41% from 255 or 52.48% from 322); Blue value is 5 (2.34% from 255 or 1.55% from 322); Max value from RGB is 169 - color contains mainly: green. Hex color #94A905 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #94A905 is #6B56FA. Grayscale: #909090. Windows color (decimal): -7034619 or 371092. OLE color: 371092.
HSL color Cylindrical-coordinate representation of color #94A905: hue angle of 67.68º degrees, saturation: 0.94, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #94A905 is Cyan = 0.12, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 148 | 169 | 5 | - |
| CMYK | 0.12 | 0 | 0.97 | 0.34 |
| HSL | 67.68º | 0.94% | 0.34% | - |
| HSV(B) | 67.68º | 0.97% | 0.66% | - |
| XYZ | 26.43 | 34.68 | 5.45 | - |
| YUV | 144.03 | 49.54 | 130.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 169 | 5 | 0.12 | 0 | 0.97 | 0.34 | 67.68 | 0.94 | 0.34 |
| Hex | 94 | A9 | 5 | C | 0 | 61 | 22 | 44 | 5E | 22 |
| Octal | 224 | 251 | 5 | 14 | 0 | 141 | 42 | 104 | 136 | 42 |
| Binary | 10010100 | 10101001 | 101 | 1100 | 0 | 1100001 | 100010 | 1000100 | 1011110 | 100010 |
Color Harmonies of #94A905
Complementary color
Monochromatic Colors of #94A905
Black with #94A905
Text Example
Text Example
White with #94A905
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94A905; }
p { color: rgb(148,169,5); }
H1.HeaderClassName
{
color: #94A905;
}
.AnyTagClassName
{
color: #94A905;
}
</style>
background-color css
<style>
a { background-color: #94A905; }
a { background-color: rgb(148,169,5); }
div.DivClassName
{
background-color: #94A905;
}
.BgClassName
{
background-color: #94A905;
}
</style>
border-color css
<style>
span { border-color: #94A905; }
span { border-color: rgb(148,169,5); }
td.TdClassName
{
border-color: #94A905;
}
.TagClassName
{
border-color: #94A905;
}
</style>