Shades of Citrus #919D00
Tints of Citrus #919D00
RGB
CMYK
RGB Variations
Color information
#919D00 (or 0x919D00) is known color: Citrus. HEX triplet: 91, 9D and 00. RGB value is (145,157,0). Sum of RGB (Red+Green+Blue) = 145+157+0=302 (40% of max value = 765). Red value is 145 (57.03% from 255 or 48.01% from 302); Green value is 157 (61.72% from 255 or 51.99% from 302); Blue value is 0 (0.39% from 255 or 0% from 302); Max value from RGB is 157 - color contains mainly: green. Hex color #919D00 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #919D00 is #6E62FF. Grayscale: #888888. Windows color (decimal): -7234304 or 40337. OLE color: 40337.
HSL color Cylindrical-coordinate representation of color #919D00: hue angle of 64.59º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 1%. Process color model (Four color, CMYK) of #919D00 is Cyan = 0.08, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 145 | 157 | 0 | - |
| CMYK | 0.08 | 0 | 1 | 0.38 |
| HSL | 64.59º | 1% | 0.31% | - |
| HSV(B) | 64.59º | 1% | 0.62% | - |
| XYZ | 23.73 | 30.13 | 4.57 | - |
| YUV | 135.51 | 51.52 | 134.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 157 | 0 | 0.08 | 0 | 1 | 0.38 | 64.59 | 1 | 0.31 |
| Hex | 91 | 9D | 0 | 8 | 0 | 64 | 26 | 41 | 64 | 1F |
| Octal | 221 | 235 | 0 | 10 | 0 | 144 | 46 | 101 | 144 | 37 |
| Binary | 10010001 | 10011101 | 0 | 1000 | 0 | 1100100 | 100110 | 1000001 | 1100100 | 11111 |
Color Harmonies of #919D00
Complementary color
Monochromatic Colors of #919D00
Black with #919D00
Text Example
Text Example
White with #919D00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #919D00; }
p { color: rgb(145,157,0); }
H1.HeaderClassName
{
color: #919D00;
}
.AnyTagClassName
{
color: #919D00;
}
</style>
background-color css
<style>
a { background-color: #919D00; }
a { background-color: rgb(145,157,0); }
div.DivClassName
{
background-color: #919D00;
}
.BgClassName
{
background-color: #919D00;
}
</style>
border-color css
<style>
span { border-color: #919D00; }
span { border-color: rgb(145,157,0); }
td.TdClassName
{
border-color: #919D00;
}
.TagClassName
{
border-color: #919D00;
}
</style>