Shades of Citron #90971B
Tints of Citron #90971B
RGB
CMYK
RGB Variations
Color information
#90971B (or 0x90971B) is known color: Citron. HEX triplet: 90, 97 and 1B. RGB value is (144,151,27). Sum of RGB (Red+Green+Blue) = 144+151+27=322 (42% of max value = 765). Red value is 144 (56.64% from 255 or 44.72% from 322); Green value is 151 (59.38% from 255 or 46.89% from 322); Blue value is 27 (10.94% from 255 or 8.39% from 322); Max value from RGB is 151 - color contains mainly: green. Hex color #90971B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #90971B is #6F68E4. Grayscale: #878787. Windows color (decimal): -7301349 or 1808272. OLE color: 1808272.
HSL color Cylindrical-coordinate representation of color #90971B: hue angle of 63.39º degrees, saturation: 0.7, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #90971B is Cyan = 0.05, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 144 | 151 | 27 | - |
| CMYK | 0.05 | 0 | 0.82 | 0.41 |
| HSL | 63.39º | 0.7% | 0.35% | - |
| HSV(B) | 63.39º | 0.82% | 0.59% | - |
| XYZ | 22.77 | 28.14 | 5.27 | - |
| YUV | 134.77 | 67.18 | 134.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 151 | 27 | 0.05 | 0 | 0.82 | 0.41 | 63.39 | 0.7 | 0.35 |
| Hex | 90 | 97 | 1B | 5 | 0 | 52 | 29 | 3F | 46 | 23 |
| Octal | 220 | 227 | 33 | 5 | 0 | 122 | 51 | 77 | 106 | 43 |
| Binary | 10010000 | 10010111 | 11011 | 101 | 0 | 1010010 | 101001 | 111111 | 1000110 | 100011 |
Color Harmonies of #90971B
Complementary color
Monochromatic Colors of #90971B
Black with #90971B
Text Example
Text Example
White with #90971B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90971B; }
p { color: rgb(144,151,27); }
H1.HeaderClassName
{
color: #90971B;
}
.AnyTagClassName
{
color: #90971B;
}
</style>
background-color css
<style>
a { background-color: #90971B; }
a { background-color: rgb(144,151,27); }
div.DivClassName
{
background-color: #90971B;
}
.BgClassName
{
background-color: #90971B;
}
</style>
border-color css
<style>
span { border-color: #90971B; }
span { border-color: rgb(144,151,27); }
td.TdClassName
{
border-color: #90971B;
}
.TagClassName
{
border-color: #90971B;
}
</style>