Shades of Christi #5BAA0B
Tints of Christi #5BAA0B
RGB
CMYK
RGB Variations
Color information
#5BAA0B (or 0x5BAA0B) is known color: Christi. HEX triplet: 5B, AA and 0B. RGB value is (91,170,11). Sum of RGB (Red+Green+Blue) = 91+170+11=272 (36% of max value = 765). Red value is 91 (35.94% from 255 or 33.46% from 272); Green value is 170 (66.80% from 255 or 62.5% from 272); Blue value is 11 (4.69% from 255 or 4.04% from 272); Max value from RGB is 170 - color contains mainly: green. Hex color #5BAA0B is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5BAA0B is #A455F4. Grayscale: #808080. Windows color (decimal): -10769909 or 764507. OLE color: 764507.
HSL color Cylindrical-coordinate representation of color #5BAA0B: hue angle of 89.81º degrees, saturation: 0.88, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #5BAA0B is Cyan = 0.46, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 91 | 170 | 11 | - |
| CMYK | 0.46 | 0 | 0.94 | 0.33 |
| HSL | 89.81º | 0.88% | 0.35% | - |
| HSV(B) | 89.81º | 0.94% | 0.67% | - |
| XYZ | 18.75 | 31 | 5.31 | - |
| YUV | 128.25 | 61.83 | 101.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 170 | 11 | 0.46 | 0 | 0.94 | 0.33 | 89.81 | 0.88 | 0.35 |
| Hex | 5B | AA | B | 2E | 0 | 5E | 21 | 5A | 58 | 23 |
| Octal | 133 | 252 | 13 | 56 | 0 | 136 | 41 | 132 | 130 | 43 |
| Binary | 1011011 | 10101010 | 1011 | 101110 | 0 | 1011110 | 100001 | 1011010 | 1011000 | 100011 |
Color Harmonies of #5BAA0B
Complementary color
Monochromatic Colors of #5BAA0B
Black with #5BAA0B
Text Example
Text Example
White with #5BAA0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BAA0B; }
p { color: rgb(91,170,11); }
H1.HeaderClassName
{
color: #5BAA0B;
}
.AnyTagClassName
{
color: #5BAA0B;
}
</style>
background-color css
<style>
a { background-color: #5BAA0B; }
a { background-color: rgb(91,170,11); }
div.DivClassName
{
background-color: #5BAA0B;
}
.BgClassName
{
background-color: #5BAA0B;
}
</style>
border-color css
<style>
span { border-color: #5BAA0B; }
span { border-color: rgb(91,170,11); }
td.TdClassName
{
border-color: #5BAA0B;
}
.TagClassName
{
border-color: #5BAA0B;
}
</style>