Shades of Lemon Ginger #907B21
Tints of Lemon Ginger #907B21
RGB
CMYK
RGB Variations
Color information
#907B21 (or 0x907B21) is known color: Lemon Ginger. HEX triplet: 90, 7B and 21. RGB value is (144,123,33). Sum of RGB (Red+Green+Blue) = 144+123+33=300 (39% of max value = 765). Red value is 144 (56.64% from 255 or 48% from 300); Green value is 123 (48.44% from 255 or 41% from 300); Blue value is 33 (13.28% from 255 or 11% from 300); Max value from RGB is 144 - color contains mainly: red. Hex color #907B21 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #907B21 is #6F84DE. Grayscale: #777777. Windows color (decimal): -7308511 or 2194320. OLE color: 2194320.
HSL color Cylindrical-coordinate representation of color #907B21: hue angle of 48.65º degrees, saturation: 0.63, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #907B21 is Cyan = 0, Magento = 0.15, Yellow = 0.77 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 123 | 33 | - |
| CMYK | 0 | 0.15 | 0.77 | 0.44 |
| HSL | 48.65º | 0.63% | 0.35% | - |
| HSV(B) | 48.65º | 0.77% | 0.56% | - |
| XYZ | 18.86 | 20.21 | 4.34 | - |
| YUV | 119.02 | 79.46 | 145.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 123 | 33 | 0 | 0.15 | 0.77 | 0.44 | 48.65 | 0.63 | 0.35 |
| Hex | 90 | 7B | 21 | 0 | F | 4D | 2C | 31 | 3F | 23 |
| Octal | 220 | 173 | 41 | 0 | 17 | 115 | 54 | 61 | 77 | 43 |
| Binary | 10010000 | 1111011 | 100001 | 0 | 1111 | 1001101 | 101100 | 110001 | 111111 | 100011 |
Color Harmonies of #907B21
Complementary color
Monochromatic Colors of #907B21
Black with #907B21
Text Example
Text Example
White with #907B21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #907B21; }
p { color: rgb(144,123,33); }
H1.HeaderClassName
{
color: #907B21;
}
.AnyTagClassName
{
color: #907B21;
}
</style>
background-color css
<style>
a { background-color: #907B21; }
a { background-color: rgb(144,123,33); }
div.DivClassName
{
background-color: #907B21;
}
.BgClassName
{
background-color: #907B21;
}
</style>
border-color css
<style>
span { border-color: #907B21; }
span { border-color: rgb(144,123,33); }
td.TdClassName
{
border-color: #907B21;
}
.TagClassName
{
border-color: #907B21;
}
</style>