Shades of Christi #5BAA0C
Tints of Christi #5BAA0C
RGB
CMYK
RGB Variations
Color information
#5BAA0C (or 0x5BAA0C) is known color: Christi. HEX triplet: 5B, AA and 0C. RGB value is (91,170,12). Sum of RGB (Red+Green+Blue) = 91+170+12=273 (36% of max value = 765). Red value is 91 (35.94% from 255 or 33.33% from 273); Green value is 170 (66.80% from 255 or 62.27% from 273); Blue value is 12 (5.08% from 255 or 4.40% from 273); Max value from RGB is 170 - color contains mainly: green. Hex color #5BAA0C is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5BAA0C is #A455F3. Grayscale: #808080. Windows color (decimal): -10769908 or 830043. OLE color: 830043.
HSL color Cylindrical-coordinate representation of color #5BAA0C: hue angle of 90º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #5BAA0C is Cyan = 0.46, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 91 | 170 | 12 | - |
| CMYK | 0.46 | 0 | 0.93 | 0.33 |
| HSL | 90º | 0.87% | 0.36% | - |
| HSV(B) | 90º | 0.93% | 0.67% | - |
| XYZ | 18.76 | 31 | 5.34 | - |
| YUV | 128.37 | 62.33 | 101.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 170 | 12 | 0.46 | 0 | 0.93 | 0.33 | 90 | 0.87 | 0.36 |
| Hex | 5B | AA | C | 2E | 0 | 5D | 21 | 5A | 57 | 24 |
| Octal | 133 | 252 | 14 | 56 | 0 | 135 | 41 | 132 | 127 | 44 |
| Binary | 1011011 | 10101010 | 1100 | 101110 | 0 | 1011101 | 100001 | 1011010 | 1010111 | 100100 |
Color Harmonies of #5BAA0C
Complementary color
Monochromatic Colors of #5BAA0C
Black with #5BAA0C
Text Example
Text Example
White with #5BAA0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BAA0C; }
p { color: rgb(91,170,12); }
H1.HeaderClassName
{
color: #5BAA0C;
}
.AnyTagClassName
{
color: #5BAA0C;
}
</style>
background-color css
<style>
a { background-color: #5BAA0C; }
a { background-color: rgb(91,170,12); }
div.DivClassName
{
background-color: #5BAA0C;
}
.BgClassName
{
background-color: #5BAA0C;
}
</style>
border-color css
<style>
span { border-color: #5BAA0C; }
span { border-color: rgb(91,170,12); }
td.TdClassName
{
border-color: #5BAA0C;
}
.TagClassName
{
border-color: #5BAA0C;
}
</style>