Shades of Christi #73BA09
Tints of Christi #73BA09
RGB
CMYK
RGB Variations
Color information
#73BA09 (or 0x73BA09) is known color: Christi. HEX triplet: 73, BA and 09. RGB value is (115,186,9). Sum of RGB (Red+Green+Blue) = 115+186+9=310 (41% of max value = 765). Red value is 115 (45.31% from 255 or 37.10% from 310); Green value is 186 (73.05% from 255 or 60% from 310); Blue value is 9 (3.91% from 255 or 2.90% from 310); Max value from RGB is 186 - color contains mainly: green. Hex color #73BA09 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #73BA09 is #8C45F6. Grayscale: #919191. Windows color (decimal): -9192951 or 637555. OLE color: 637555.
HSL color Cylindrical-coordinate representation of color #73BA09: hue angle of 84.07º degrees, saturation: 0.91, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #73BA09 is Cyan = 0.38, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 115 | 186 | 9 | - |
| CMYK | 0.38 | 0 | 0.95 | 0.27 |
| HSL | 84.07º | 0.91% | 0.38% | - |
| HSV(B) | 84.07º | 0.95% | 0.73% | - |
| XYZ | 24.68 | 38.78 | 6.44 | - |
| YUV | 144.59 | 51.48 | 106.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 186 | 9 | 0.38 | 0 | 0.95 | 0.27 | 84.07 | 0.91 | 0.38 |
| Hex | 73 | BA | 9 | 26 | 0 | 5F | 1B | 54 | 5B | 26 |
| Octal | 163 | 272 | 11 | 46 | 0 | 137 | 33 | 124 | 133 | 46 |
| Binary | 1110011 | 10111010 | 1001 | 100110 | 0 | 1011111 | 11011 | 1010100 | 1011011 | 100110 |
Color Harmonies of #73BA09
Complementary color
Monochromatic Colors of #73BA09
Black with #73BA09
Text Example
Text Example
White with #73BA09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73BA09; }
p { color: rgb(115,186,9); }
H1.HeaderClassName
{
color: #73BA09;
}
.AnyTagClassName
{
color: #73BA09;
}
</style>
background-color css
<style>
a { background-color: #73BA09; }
a { background-color: rgb(115,186,9); }
div.DivClassName
{
background-color: #73BA09;
}
.BgClassName
{
background-color: #73BA09;
}
</style>
border-color css
<style>
span { border-color: #73BA09; }
span { border-color: rgb(115,186,9); }
td.TdClassName
{
border-color: #73BA09;
}
.TagClassName
{
border-color: #73BA09;
}
</style>