Shades of Citron #908D0F
Tints of Citron #908D0F
RGB
CMYK
RGB Variations
Color information
#908D0F (or 0x908D0F) is known color: Citron. HEX triplet: 90, 8D and 0F. RGB value is (144,141,15). Sum of RGB (Red+Green+Blue) = 144+141+15=300 (39% of max value = 765). Red value is 144 (56.64% from 255 or 48% from 300); Green value is 141 (55.47% from 255 or 47% from 300); Blue value is 15 (6.25% from 255 or 5% from 300); Max value from RGB is 144 - color contains mainly: red. Hex color #908D0F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #908D0F is #6F72F0. Grayscale: #808080. Windows color (decimal): -7303921 or 1019280. OLE color: 1019280.
HSL color Cylindrical-coordinate representation of color #908D0F: hue angle of 58.6º degrees, saturation: 0.81, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #908D0F is Cyan = 0, Magento = 0.02, Yellow = 0.90 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 141 | 15 | - |
| CMYK | 0 | 0.02 | 0.90 | 0.44 |
| HSL | 58.6º | 0.81% | 0.31% | - |
| HSV(B) | 58.6º | 0.9% | 0.56% | - |
| XYZ | 21.11 | 25.01 | 4.17 | - |
| YUV | 127.53 | 64.49 | 139.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 141 | 15 | 0 | 0.02 | 0.90 | 0.44 | 58.6 | 0.81 | 0.31 |
| Hex | 90 | 8D | F | 0 | 2 | 5A | 2C | 3B | 51 | 1F |
| Octal | 220 | 215 | 17 | 0 | 2 | 132 | 54 | 73 | 121 | 37 |
| Binary | 10010000 | 10001101 | 1111 | 0 | 10 | 1011010 | 101100 | 111011 | 1010001 | 11111 |
Color Harmonies of #908D0F
Complementary color
Monochromatic Colors of #908D0F
Black with #908D0F
Text Example
Text Example
White with #908D0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #908D0F; }
p { color: rgb(144,141,15); }
H1.HeaderClassName
{
color: #908D0F;
}
.AnyTagClassName
{
color: #908D0F;
}
</style>
background-color css
<style>
a { background-color: #908D0F; }
a { background-color: rgb(144,141,15); }
div.DivClassName
{
background-color: #908D0F;
}
.BgClassName
{
background-color: #908D0F;
}
</style>
border-color css
<style>
span { border-color: #908D0F; }
span { border-color: rgb(144,141,15); }
td.TdClassName
{
border-color: #908D0F;
}
.TagClassName
{
border-color: #908D0F;
}
</style>