Shades of Citron #908B16
Tints of Citron #908B16
RGB
CMYK
RGB Variations
Color information
#908B16 (or 0x908B16) is known color: Citron. HEX triplet: 90, 8B and 16. RGB value is (144,139,22). Sum of RGB (Red+Green+Blue) = 144+139+22=305 (40% of max value = 765). Red value is 144 (56.64% from 255 or 47.21% from 305); Green value is 139 (54.69% from 255 or 45.57% from 305); Blue value is 22 (8.98% from 255 or 7.21% from 305); Max value from RGB is 144 - color contains mainly: red. Hex color #908B16 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #908B16 is #6F74E9. Grayscale: #7F7F7F. Windows color (decimal): -7304426 or 1477520. OLE color: 1477520.
HSL color Cylindrical-coordinate representation of color #908B16: hue angle of 57.54º degrees, saturation: 0.73, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #908B16 is Cyan = 0, Magento = 0.03, Yellow = 0.85 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 139 | 22 | - |
| CMYK | 0 | 0.03 | 0.85 | 0.44 |
| HSL | 57.54º | 0.73% | 0.33% | - |
| HSV(B) | 57.54º | 0.85% | 0.56% | - |
| XYZ | 20.88 | 24.45 | 4.38 | - |
| YUV | 127.16 | 68.66 | 140.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 139 | 22 | 0 | 0.03 | 0.85 | 0.44 | 57.54 | 0.73 | 0.33 |
| Hex | 90 | 8B | 16 | 0 | 3 | 55 | 2C | 3A | 49 | 21 |
| Octal | 220 | 213 | 26 | 0 | 3 | 125 | 54 | 72 | 111 | 41 |
| Binary | 10010000 | 10001011 | 10110 | 0 | 11 | 1010101 | 101100 | 111010 | 1001001 | 100001 |
Color Harmonies of #908B16
Complementary color
Monochromatic Colors of #908B16
Black with #908B16
Text Example
Text Example
White with #908B16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #908B16; }
p { color: rgb(144,139,22); }
H1.HeaderClassName
{
color: #908B16;
}
.AnyTagClassName
{
color: #908B16;
}
</style>
background-color css
<style>
a { background-color: #908B16; }
a { background-color: rgb(144,139,22); }
div.DivClassName
{
background-color: #908B16;
}
.BgClassName
{
background-color: #908B16;
}
</style>
border-color css
<style>
span { border-color: #908B16; }
span { border-color: rgb(144,139,22); }
td.TdClassName
{
border-color: #908B16;
}
.TagClassName
{
border-color: #908B16;
}
</style>