Shades of Citron #94A235
Tints of Citron #94A235
RGB
CMYK
RGB Variations
Color information
#94A235 (or 0x94A235) is known color: Citron. HEX triplet: 94, A2 and 35. RGB value is (148,162,53). Sum of RGB (Red+Green+Blue) = 148+162+53=363 (48% of max value = 765). Red value is 148 (58.20% from 255 or 40.77% from 363); Green value is 162 (63.67% from 255 or 44.63% from 363); Blue value is 53 (21.09% from 255 or 14.60% from 363); Max value from RGB is 162 - color contains mainly: green. Hex color #94A235 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #94A235 is #6B5DCA. Grayscale: #919191. Windows color (decimal): -7036363 or 3515028. OLE color: 3515028.
HSL color Cylindrical-coordinate representation of color #94A235: hue angle of 67.71º degrees, saturation: 0.51, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #94A235 is Cyan = 0.09, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 148 | 162 | 53 | - |
| CMYK | 0.09 | 0 | 0.67 | 0.36 |
| HSL | 67.71º | 0.51% | 0.42% | - |
| HSV(B) | 67.71º | 0.67% | 0.64% | - |
| XYZ | 25.78 | 32.39 | 8.26 | - |
| YUV | 145.39 | 75.86 | 129.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 162 | 53 | 0.09 | 0 | 0.67 | 0.36 | 67.71 | 0.51 | 0.42 |
| Hex | 94 | A2 | 35 | 9 | 0 | 43 | 24 | 44 | 33 | 2A |
| Octal | 224 | 242 | 65 | 11 | 0 | 103 | 44 | 104 | 63 | 52 |
| Binary | 10010100 | 10100010 | 110101 | 1001 | 0 | 1000011 | 100100 | 1000100 | 110011 | 101010 |
Color Harmonies of #94A235
Complementary color
Monochromatic Colors of #94A235
Black with #94A235
Text Example
Text Example
White with #94A235
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94A235; }
p { color: rgb(148,162,53); }
H1.HeaderClassName
{
color: #94A235;
}
.AnyTagClassName
{
color: #94A235;
}
</style>
background-color css
<style>
a { background-color: #94A235; }
a { background-color: rgb(148,162,53); }
div.DivClassName
{
background-color: #94A235;
}
.BgClassName
{
background-color: #94A235;
}
</style>
border-color css
<style>
span { border-color: #94A235; }
span { border-color: rgb(148,162,53); }
td.TdClassName
{
border-color: #94A235;
}
.TagClassName
{
border-color: #94A235;
}
</style>