Shades of Christi #5BA008
Tints of Christi #5BA008
RGB
CMYK
RGB Variations
Color information
#5BA008 (or 0x5BA008) is known color: Christi. HEX triplet: 5B, A0 and 08. RGB value is (91,160,8). Sum of RGB (Red+Green+Blue) = 91+160+8=259 (34% of max value = 765). Red value is 91 (35.94% from 255 or 35.14% from 259); Green value is 160 (62.89% from 255 or 61.78% from 259); Blue value is 8 (3.52% from 255 or 3.09% from 259); Max value from RGB is 160 - color contains mainly: green. Hex color #5BA008 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5BA008 is #A45FF7. Grayscale: #7A7A7A. Windows color (decimal): -10772472 or 565339. OLE color: 565339.
HSL color Cylindrical-coordinate representation of color #5BA008: hue angle of 87.24º degrees, saturation: 0.9, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #5BA008 is Cyan = 0.43, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 91 | 160 | 8 | - |
| CMYK | 0.43 | 0 | 0.95 | 0.37 |
| HSL | 87.24º | 0.9% | 0.33% | - |
| HSV(B) | 87.24º | 0.95% | 0.63% | - |
| XYZ | 16.93 | 27.38 | 4.62 | - |
| YUV | 122.04 | 63.64 | 105.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 160 | 8 | 0.43 | 0 | 0.95 | 0.37 | 87.24 | 0.9 | 0.33 |
| Hex | 5B | A0 | 8 | 2B | 0 | 5F | 25 | 57 | 5A | 21 |
| Octal | 133 | 240 | 10 | 53 | 0 | 137 | 45 | 127 | 132 | 41 |
| Binary | 1011011 | 10100000 | 1000 | 101011 | 0 | 1011111 | 100101 | 1010111 | 1011010 | 100001 |
Color Harmonies of #5BA008
Complementary color
Monochromatic Colors of #5BA008
Black with #5BA008
Text Example
Text Example
White with #5BA008
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BA008; }
p { color: rgb(91,160,8); }
H1.HeaderClassName
{
color: #5BA008;
}
.AnyTagClassName
{
color: #5BA008;
}
</style>
background-color css
<style>
a { background-color: #5BA008; }
a { background-color: rgb(91,160,8); }
div.DivClassName
{
background-color: #5BA008;
}
.BgClassName
{
background-color: #5BA008;
}
</style>
border-color css
<style>
span { border-color: #5BA008; }
span { border-color: rgb(91,160,8); }
td.TdClassName
{
border-color: #5BA008;
}
.TagClassName
{
border-color: #5BA008;
}
</style>