Shades of Christi #5BA209
Tints of Christi #5BA209
RGB
CMYK
RGB Variations
Color information
#5BA209 (or 0x5BA209) is known color: Christi. HEX triplet: 5B, A2 and 09. RGB value is (91,162,9). Sum of RGB (Red+Green+Blue) = 91+162+9=262 (34% of max value = 765). Red value is 91 (35.94% from 255 or 34.73% from 262); Green value is 162 (63.67% from 255 or 61.83% from 262); Blue value is 9 (3.91% from 255 or 3.44% from 262); Max value from RGB is 162 - color contains mainly: green. Hex color #5BA209 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5BA209 is #A45DF6. Grayscale: #7B7B7B. Windows color (decimal): -10771959 or 631387. OLE color: 631387.
HSL color Cylindrical-coordinate representation of color #5BA209: hue angle of 87.84º degrees, saturation: 0.89, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #5BA209 is Cyan = 0.44, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 91 | 162 | 9 | - |
| CMYK | 0.44 | 0 | 0.94 | 0.36 |
| HSL | 87.84º | 0.89% | 0.34% | - |
| HSV(B) | 87.84º | 0.94% | 0.64% | - |
| XYZ | 17.28 | 28.08 | 4.77 | - |
| YUV | 123.33 | 63.48 | 104.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 162 | 9 | 0.44 | 0 | 0.94 | 0.36 | 87.84 | 0.89 | 0.34 |
| Hex | 5B | A2 | 9 | 2C | 0 | 5E | 24 | 58 | 59 | 22 |
| Octal | 133 | 242 | 11 | 54 | 0 | 136 | 44 | 130 | 131 | 42 |
| Binary | 1011011 | 10100010 | 1001 | 101100 | 0 | 1011110 | 100100 | 1011000 | 1011001 | 100010 |
Color Harmonies of #5BA209
Complementary color
Monochromatic Colors of #5BA209
Black with #5BA209
Text Example
Text Example
White with #5BA209
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BA209; }
p { color: rgb(91,162,9); }
H1.HeaderClassName
{
color: #5BA209;
}
.AnyTagClassName
{
color: #5BA209;
}
</style>
background-color css
<style>
a { background-color: #5BA209; }
a { background-color: rgb(91,162,9); }
div.DivClassName
{
background-color: #5BA209;
}
.BgClassName
{
background-color: #5BA209;
}
</style>
border-color css
<style>
span { border-color: #5BA209; }
span { border-color: rgb(91,162,9); }
td.TdClassName
{
border-color: #5BA209;
}
.TagClassName
{
border-color: #5BA209;
}
</style>