Shades of Citron #909C01
Tints of Citron #909C01
RGB
CMYK
RGB Variations
Color information
#909C01 (or 0x909C01) is known color: Citron. HEX triplet: 90, 9C and 01. RGB value is (144,156,1). Sum of RGB (Red+Green+Blue) = 144+156+1=301 (39% of max value = 765). Red value is 144 (56.64% from 255 or 47.84% from 301); Green value is 156 (61.33% from 255 or 51.83% from 301); Blue value is 1 (0.78% from 255 or 0.33% from 301); Max value from RGB is 156 - color contains mainly: green. Hex color #909C01 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #909C01 is #6F63FE. Grayscale: #878787. Windows color (decimal): -7300095 or 105616. OLE color: 105616.
HSL color Cylindrical-coordinate representation of color #909C01: hue angle of 64.65º degrees, saturation: 0.99, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #909C01 is Cyan = 0.08, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 144 | 156 | 1 | - |
| CMYK | 0.08 | 0 | 0.99 | 0.39 |
| HSL | 64.65º | 0.99% | 0.31% | - |
| HSV(B) | 64.65º | 0.99% | 0.61% | - |
| XYZ | 23.4 | 29.71 | 4.53 | - |
| YUV | 134.74 | 52.52 | 134.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 156 | 1 | 0.08 | 0 | 0.99 | 0.39 | 64.65 | 0.99 | 0.31 |
| Hex | 90 | 9C | 1 | 8 | 0 | 63 | 27 | 41 | 63 | 1F |
| Octal | 220 | 234 | 1 | 10 | 0 | 143 | 47 | 101 | 143 | 37 |
| Binary | 10010000 | 10011100 | 1 | 1000 | 0 | 1100011 | 100111 | 1000001 | 1100011 | 11111 |
Color Harmonies of #909C01
Complementary color
Monochromatic Colors of #909C01
Black with #909C01
Text Example
Text Example
White with #909C01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #909C01; }
p { color: rgb(144,156,1); }
H1.HeaderClassName
{
color: #909C01;
}
.AnyTagClassName
{
color: #909C01;
}
</style>
background-color css
<style>
a { background-color: #909C01; }
a { background-color: rgb(144,156,1); }
div.DivClassName
{
background-color: #909C01;
}
.BgClassName
{
background-color: #909C01;
}
</style>
border-color css
<style>
span { border-color: #909C01; }
span { border-color: rgb(144,156,1); }
td.TdClassName
{
border-color: #909C01;
}
.TagClassName
{
border-color: #909C01;
}
</style>