Shades of Christi #5BA902
Tints of Christi #5BA902
RGB
CMYK
RGB Variations
Color information
#5BA902 (or 0x5BA902) is known color: Christi. HEX triplet: 5B, A9 and 02. RGB value is (91,169,2). Sum of RGB (Red+Green+Blue) = 91+169+2=262 (34% of max value = 765). Red value is 91 (35.94% from 255 or 34.73% from 262); Green value is 169 (66.41% from 255 or 64.50% from 262); Blue value is 2 (1.17% from 255 or 0.76% from 262); Max value from RGB is 169 - color contains mainly: green. Hex color #5BA902 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5BA902 is #A456FD. Grayscale: #7F7F7F. Windows color (decimal): -10770174 or 174427. OLE color: 174427.
HSL color Cylindrical-coordinate representation of color #5BA902: hue angle of 88.02º degrees, saturation: 0.98, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5BA902 is Cyan = 0.46, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 91 | 169 | 2 | - |
| CMYK | 0.46 | 0 | 0.99 | 0.34 |
| HSL | 88.02º | 0.98% | 0.34% | - |
| HSV(B) | 88.02º | 0.99% | 0.66% | - |
| XYZ | 18.51 | 30.6 | 4.99 | - |
| YUV | 126.64 | 57.66 | 102.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 169 | 2 | 0.46 | 0 | 0.99 | 0.34 | 88.02 | 0.98 | 0.34 |
| Hex | 5B | A9 | 2 | 2E | 0 | 63 | 22 | 58 | 62 | 22 |
| Octal | 133 | 251 | 2 | 56 | 0 | 143 | 42 | 130 | 142 | 42 |
| Binary | 1011011 | 10101001 | 10 | 101110 | 0 | 1100011 | 100010 | 1011000 | 1100010 | 100010 |
Color Harmonies of #5BA902
Complementary color
Monochromatic Colors of #5BA902
Black with #5BA902
Text Example
Text Example
White with #5BA902
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BA902; }
p { color: rgb(91,169,2); }
H1.HeaderClassName
{
color: #5BA902;
}
.AnyTagClassName
{
color: #5BA902;
}
</style>
background-color css
<style>
a { background-color: #5BA902; }
a { background-color: rgb(91,169,2); }
div.DivClassName
{
background-color: #5BA902;
}
.BgClassName
{
background-color: #5BA902;
}
</style>
border-color css
<style>
span { border-color: #5BA902; }
span { border-color: rgb(91,169,2); }
td.TdClassName
{
border-color: #5BA902;
}
.TagClassName
{
border-color: #5BA902;
}
</style>