Shades of Christi #5BA90C
Tints of Christi #5BA90C
RGB
CMYK
RGB Variations
Color information
#5BA90C (or 0x5BA90C) is known color: Christi. HEX triplet: 5B, A9 and 0C. RGB value is (91,169,12). Sum of RGB (Red+Green+Blue) = 91+169+12=272 (36% of max value = 765). Red value is 91 (35.94% from 255 or 33.46% from 272); Green value is 169 (66.41% from 255 or 62.13% from 272); Blue value is 12 (5.08% from 255 or 4.41% from 272); Max value from RGB is 169 - color contains mainly: green. Hex color #5BA90C is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5BA90C is #A456F3. Grayscale: #808080. Windows color (decimal): -10770164 or 829787. OLE color: 829787.
HSL color Cylindrical-coordinate representation of color #5BA90C: hue angle of 89.81º degrees, saturation: 0.87, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #5BA90C is Cyan = 0.46, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 91 | 169 | 12 | - |
| CMYK | 0.46 | 0 | 0.93 | 0.34 |
| HSL | 89.81º | 0.87% | 0.35% | - |
| HSV(B) | 89.81º | 0.93% | 0.66% | - |
| XYZ | 18.57 | 30.63 | 5.28 | - |
| YUV | 127.78 | 62.66 | 101.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 169 | 12 | 0.46 | 0 | 0.93 | 0.34 | 89.81 | 0.87 | 0.35 |
| Hex | 5B | A9 | C | 2E | 0 | 5D | 22 | 5A | 57 | 23 |
| Octal | 133 | 251 | 14 | 56 | 0 | 135 | 42 | 132 | 127 | 43 |
| Binary | 1011011 | 10101001 | 1100 | 101110 | 0 | 1011101 | 100010 | 1011010 | 1010111 | 100011 |
Color Harmonies of #5BA90C
Complementary color
Monochromatic Colors of #5BA90C
Black with #5BA90C
Text Example
Text Example
White with #5BA90C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BA90C; }
p { color: rgb(91,169,12); }
H1.HeaderClassName
{
color: #5BA90C;
}
.AnyTagClassName
{
color: #5BA90C;
}
</style>
background-color css
<style>
a { background-color: #5BA90C; }
a { background-color: rgb(91,169,12); }
div.DivClassName
{
background-color: #5BA90C;
}
.BgClassName
{
background-color: #5BA90C;
}
</style>
border-color css
<style>
span { border-color: #5BA90C; }
span { border-color: rgb(91,169,12); }
td.TdClassName
{
border-color: #5BA90C;
}
.TagClassName
{
border-color: #5BA90C;
}
</style>