Shades of Christi #5BA309
Tints of Christi #5BA309
RGB
CMYK
RGB Variations
Color information
#5BA309 (or 0x5BA309) is known color: Christi. HEX triplet: 5B, A3 and 09. RGB value is (91,163,9). Sum of RGB (Red+Green+Blue) = 91+163+9=263 (34% of max value = 765). Red value is 91 (35.94% from 255 or 34.60% from 263); Green value is 163 (64.06% from 255 or 61.98% from 263); Blue value is 9 (3.91% from 255 or 3.42% from 263); Max value from RGB is 163 - color contains mainly: green. Hex color #5BA309 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5BA309 is #A45CF6. Grayscale: #7C7C7C. Windows color (decimal): -10771703 or 631643. OLE color: 631643.
HSL color Cylindrical-coordinate representation of color #5BA309: hue angle of 88.05º degrees, saturation: 0.9, 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 #5BA309 is Cyan = 0.44, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 91 | 163 | 9 | - |
| CMYK | 0.44 | 0 | 0.94 | 0.36 |
| HSL | 88.05º | 0.9% | 0.34% | - |
| HSV(B) | 88.05º | 0.94% | 0.64% | - |
| XYZ | 17.46 | 28.44 | 4.83 | - |
| YUV | 123.92 | 63.15 | 104.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 163 | 9 | 0.44 | 0 | 0.94 | 0.36 | 88.05 | 0.9 | 0.34 |
| Hex | 5B | A3 | 9 | 2C | 0 | 5E | 24 | 58 | 5A | 22 |
| Octal | 133 | 243 | 11 | 54 | 0 | 136 | 44 | 130 | 132 | 42 |
| Binary | 1011011 | 10100011 | 1001 | 101100 | 0 | 1011110 | 100100 | 1011000 | 1011010 | 100010 |
Color Harmonies of #5BA309
Complementary color
Monochromatic Colors of #5BA309
Black with #5BA309
Text Example
Text Example
White with #5BA309
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BA309; }
p { color: rgb(91,163,9); }
H1.HeaderClassName
{
color: #5BA309;
}
.AnyTagClassName
{
color: #5BA309;
}
</style>
background-color css
<style>
a { background-color: #5BA309; }
a { background-color: rgb(91,163,9); }
div.DivClassName
{
background-color: #5BA309;
}
.BgClassName
{
background-color: #5BA309;
}
</style>
border-color css
<style>
span { border-color: #5BA309; }
span { border-color: rgb(91,163,9); }
td.TdClassName
{
border-color: #5BA309;
}
.TagClassName
{
border-color: #5BA309;
}
</style>