Shades of Citron #908C18
Tints of Citron #908C18
RGB
CMYK
RGB Variations
Color information
#908C18 (or 0x908C18) is known color: Citron. HEX triplet: 90, 8C and 18. RGB value is (144,140,24). Sum of RGB (Red+Green+Blue) = 144+140+24=308 (40% of max value = 765). Red value is 144 (56.64% from 255 or 46.75% from 308); Green value is 140 (55.08% from 255 or 45.45% from 308); Blue value is 24 (9.77% from 255 or 7.79% from 308); Max value from RGB is 144 - color contains mainly: red. Hex color #908C18 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #908C18 is #6F73E7. Grayscale: #808080. Windows color (decimal): -7304168 or 1608848. OLE color: 1608848.
HSL color Cylindrical-coordinate representation of color #908C18: hue angle of 58º degrees, saturation: 0.71, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #908C18 is Cyan = 0, Magento = 0.03, Yellow = 0.83 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 140 | 24 | - |
| CMYK | 0 | 0.03 | 0.83 | 0.44 |
| HSL | 58º | 0.71% | 0.33% | - |
| HSV(B) | 58º | 0.83% | 0.56% | - |
| XYZ | 21.04 | 24.75 | 4.53 | - |
| YUV | 127.97 | 69.33 | 139.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 140 | 24 | 0 | 0.03 | 0.83 | 0.44 | 58 | 0.71 | 0.33 |
| Hex | 90 | 8C | 18 | 0 | 3 | 53 | 2C | 3A | 47 | 21 |
| Octal | 220 | 214 | 30 | 0 | 3 | 123 | 54 | 72 | 107 | 41 |
| Binary | 10010000 | 10001100 | 11000 | 0 | 11 | 1010011 | 101100 | 111010 | 1000111 | 100001 |
Color Harmonies of #908C18
Complementary color
Monochromatic Colors of #908C18
Black with #908C18
Text Example
Text Example
White with #908C18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #908C18; }
p { color: rgb(144,140,24); }
H1.HeaderClassName
{
color: #908C18;
}
.AnyTagClassName
{
color: #908C18;
}
</style>
background-color css
<style>
a { background-color: #908C18; }
a { background-color: rgb(144,140,24); }
div.DivClassName
{
background-color: #908C18;
}
.BgClassName
{
background-color: #908C18;
}
</style>
border-color css
<style>
span { border-color: #908C18; }
span { border-color: rgb(144,140,24); }
td.TdClassName
{
border-color: #908C18;
}
.TagClassName
{
border-color: #908C18;
}
</style>