Shades of Citron #909314
Tints of Citron #909314
RGB
CMYK
RGB Variations
Color information
#909314 (or 0x909314) is known color: Citron. HEX triplet: 90, 93 and 14. RGB value is (144,147,20). Sum of RGB (Red+Green+Blue) = 144+147+20=311 (41% of max value = 765). Red value is 144 (56.64% from 255 or 46.30% from 311); Green value is 147 (57.81% from 255 or 47.27% from 311); Blue value is 20 (8.20% from 255 or 6.43% from 311); Max value from RGB is 147 - color contains mainly: green. Hex color #909314 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #909314 is #6F6CEB. Grayscale: #848484. Windows color (decimal): -7302380 or 1348496. OLE color: 1348496.
HSL color Cylindrical-coordinate representation of color #909314: hue angle of 61.42º degrees, saturation: 0.76, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #909314 is Cyan = 0.02, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 144 | 147 | 20 | - |
| CMYK | 0.02 | 0 | 0.86 | 0.42 |
| HSL | 61.42º | 0.76% | 0.33% | - |
| HSV(B) | 61.42º | 0.86% | 0.58% | - |
| XYZ | 22.06 | 26.85 | 4.68 | - |
| YUV | 131.63 | 65.01 | 136.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 147 | 20 | 0.02 | 0 | 0.86 | 0.42 | 61.42 | 0.76 | 0.33 |
| Hex | 90 | 93 | 14 | 2 | 0 | 56 | 2A | 3D | 4C | 21 |
| Octal | 220 | 223 | 24 | 2 | 0 | 126 | 52 | 75 | 114 | 41 |
| Binary | 10010000 | 10010011 | 10100 | 10 | 0 | 1010110 | 101010 | 111101 | 1001100 | 100001 |
Color Harmonies of #909314
Complementary color
Monochromatic Colors of #909314
Black with #909314
Text Example
Text Example
White with #909314
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #909314; }
p { color: rgb(144,147,20); }
H1.HeaderClassName
{
color: #909314;
}
.AnyTagClassName
{
color: #909314;
}
</style>
background-color css
<style>
a { background-color: #909314; }
a { background-color: rgb(144,147,20); }
div.DivClassName
{
background-color: #909314;
}
.BgClassName
{
background-color: #909314;
}
</style>
border-color css
<style>
span { border-color: #909314; }
span { border-color: rgb(144,147,20); }
td.TdClassName
{
border-color: #909314;
}
.TagClassName
{
border-color: #909314;
}
</style>