Shades of Christi #5BA610
Tints of Christi #5BA610
RGB
CMYK
RGB Variations
Color information
#5BA610 (or 0x5BA610) is known color: Christi. HEX triplet: 5B, A6 and 10. RGB value is (91,166,16). Sum of RGB (Red+Green+Blue) = 91+166+16=273 (36% of max value = 765). Red value is 91 (35.94% from 255 or 33.33% from 273); Green value is 166 (65.23% from 255 or 60.81% from 273); Blue value is 16 (6.64% from 255 or 5.86% from 273); Max value from RGB is 166 - color contains mainly: green. Hex color #5BA610 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5BA610 is #A459EF. Grayscale: #7F7F7F. Windows color (decimal): -10770928 or 1091163. OLE color: 1091163.
HSL color Cylindrical-coordinate representation of color #5BA610: hue angle of 90º degrees, saturation: 0.82, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #5BA610 is Cyan = 0.45, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 91 | 166 | 16 | - |
| CMYK | 0.45 | 0 | 0.90 | 0.35 |
| HSL | 90º | 0.82% | 0.36% | - |
| HSV(B) | 90º | 0.9% | 0.65% | - |
| XYZ | 18.04 | 29.53 | 5.24 | - |
| YUV | 126.48 | 65.65 | 102.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 166 | 16 | 0.45 | 0 | 0.90 | 0.35 | 90 | 0.82 | 0.36 |
| Hex | 5B | A6 | 10 | 2D | 0 | 5A | 23 | 5A | 52 | 24 |
| Octal | 133 | 246 | 20 | 55 | 0 | 132 | 43 | 132 | 122 | 44 |
| Binary | 1011011 | 10100110 | 10000 | 101101 | 0 | 1011010 | 100011 | 1011010 | 1010010 | 100100 |
Color Harmonies of #5BA610
Complementary color
Monochromatic Colors of #5BA610
Black with #5BA610
Text Example
Text Example
White with #5BA610
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BA610; }
p { color: rgb(91,166,16); }
H1.HeaderClassName
{
color: #5BA610;
}
.AnyTagClassName
{
color: #5BA610;
}
</style>
background-color css
<style>
a { background-color: #5BA610; }
a { background-color: rgb(91,166,16); }
div.DivClassName
{
background-color: #5BA610;
}
.BgClassName
{
background-color: #5BA610;
}
</style>
border-color css
<style>
span { border-color: #5BA610; }
span { border-color: rgb(91,166,16); }
td.TdClassName
{
border-color: #5BA610;
}
.TagClassName
{
border-color: #5BA610;
}
</style>