Shades of Citron #919C28
Tints of Citron #919C28
RGB
CMYK
RGB Variations
Color information
#919C28 (or 0x919C28) is known color: Citron. HEX triplet: 91, 9C and 28. RGB value is (145,156,40). Sum of RGB (Red+Green+Blue) = 145+156+40=341 (45% of max value = 765). Red value is 145 (57.03% from 255 or 42.52% from 341); Green value is 156 (61.33% from 255 or 45.75% from 341); Blue value is 40 (16.02% from 255 or 11.73% from 341); Max value from RGB is 156 - color contains mainly: green. Hex color #919C28 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #919C28 is #6E63D7. Grayscale: #8B8B8B. Windows color (decimal): -7234520 or 2661521. OLE color: 2661521.
HSL color Cylindrical-coordinate representation of color #919C28: hue angle of 65.69º degrees, saturation: 0.59, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #919C28 is Cyan = 0.07, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 145 | 156 | 40 | - |
| CMYK | 0.07 | 0 | 0.74 | 0.39 |
| HSL | 65.69º | 0.59% | 0.38% | - |
| HSV(B) | 65.69º | 0.74% | 0.61% | - |
| XYZ | 23.95 | 29.95 | 6.53 | - |
| YUV | 139.49 | 71.86 | 131.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 156 | 40 | 0.07 | 0 | 0.74 | 0.39 | 65.69 | 0.59 | 0.38 |
| Hex | 91 | 9C | 28 | 7 | 0 | 4A | 27 | 42 | 3B | 26 |
| Octal | 221 | 234 | 50 | 7 | 0 | 112 | 47 | 102 | 73 | 46 |
| Binary | 10010001 | 10011100 | 101000 | 111 | 0 | 1001010 | 100111 | 1000010 | 111011 | 100110 |
Color Harmonies of #919C28
Complementary color
Monochromatic Colors of #919C28
Black with #919C28
Text Example
Text Example
White with #919C28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #919C28; }
p { color: rgb(145,156,40); }
H1.HeaderClassName
{
color: #919C28;
}
.AnyTagClassName
{
color: #919C28;
}
</style>
background-color css
<style>
a { background-color: #919C28; }
a { background-color: rgb(145,156,40); }
div.DivClassName
{
background-color: #919C28;
}
.BgClassName
{
background-color: #919C28;
}
</style>
border-color css
<style>
span { border-color: #919C28; }
span { border-color: rgb(145,156,40); }
td.TdClassName
{
border-color: #919C28;
}
.TagClassName
{
border-color: #919C28;
}
</style>