Shades of Citron #929508
Tints of Citron #929508
RGB
CMYK
RGB Variations
Color information
#929508 (or 0x929508) is known color: Citron. HEX triplet: 92, 95 and 08. RGB value is (146,149,8). Sum of RGB (Red+Green+Blue) = 146+149+8=303 (40% of max value = 765). Red value is 146 (57.42% from 255 or 48.18% from 303); Green value is 149 (58.59% from 255 or 49.17% from 303); Blue value is 8 (3.52% from 255 or 2.64% from 303); Max value from RGB is 149 - color contains mainly: green. Hex color #929508 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #929508 is #6D6AF7. Grayscale: #848484. Windows color (decimal): -7170808 or 562578. OLE color: 562578.
HSL color Cylindrical-coordinate representation of color #929508: hue angle of 61.28º degrees, saturation: 0.9, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #929508 is Cyan = 0.02, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 146 | 149 | 8 | - |
| CMYK | 0.02 | 0 | 0.95 | 0.42 |
| HSL | 61.28º | 0.9% | 0.31% | - |
| HSV(B) | 61.28º | 0.95% | 0.58% | - |
| XYZ | 22.65 | 27.62 | 4.37 | - |
| YUV | 132.03 | 58.01 | 137.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 149 | 8 | 0.02 | 0 | 0.95 | 0.42 | 61.28 | 0.9 | 0.31 |
| Hex | 92 | 95 | 8 | 2 | 0 | 5F | 2A | 3D | 5A | 1F |
| Octal | 222 | 225 | 10 | 2 | 0 | 137 | 52 | 75 | 132 | 37 |
| Binary | 10010010 | 10010101 | 1000 | 10 | 0 | 1011111 | 101010 | 111101 | 1011010 | 11111 |
Color Harmonies of #929508
Complementary color
Monochromatic Colors of #929508
Black with #929508
Text Example
Text Example
White with #929508
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #929508; }
p { color: rgb(146,149,8); }
H1.HeaderClassName
{
color: #929508;
}
.AnyTagClassName
{
color: #929508;
}
</style>
background-color css
<style>
a { background-color: #929508; }
a { background-color: rgb(146,149,8); }
div.DivClassName
{
background-color: #929508;
}
.BgClassName
{
background-color: #929508;
}
</style>
border-color css
<style>
span { border-color: #929508; }
span { border-color: rgb(146,149,8); }
td.TdClassName
{
border-color: #929508;
}
.TagClassName
{
border-color: #929508;
}
</style>