Shades of Bahia #94C817
Tints of Bahia #94C817
RGB
CMYK
RGB Variations
Color information
#94C817 (or 0x94C817) is known color: Bahia. HEX triplet: 94, C8 and 17. RGB value is (148,200,23). Sum of RGB (Red+Green+Blue) = 148+200+23=371 (49% of max value = 765). Red value is 148 (58.20% from 255 or 39.89% from 371); Green value is 200 (78.52% from 255 or 53.91% from 371); Blue value is 23 (9.38% from 255 or 6.20% from 371); Max value from RGB is 200 - color contains mainly: green. Hex color #94C817 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #94C817 is #6B37E8. Grayscale: #A4A4A4. Windows color (decimal): -7026665 or 1558676. OLE color: 1558676.
HSL color Cylindrical-coordinate representation of color #94C817: hue angle of 77.63º degrees, saturation: 0.79, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #94C817 is Cyan = 0.26, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 148 | 200 | 23 | - |
| CMYK | 0.26 | 0 | 0.88 | 0.22 |
| HSL | 77.63º | 0.79% | 0.44% | - |
| HSV(B) | 77.63º | 0.89% | 0.78% | - |
| XYZ | 33.02 | 47.67 | 8.27 | - |
| YUV | 164.27 | 48.27 | 116.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 200 | 23 | 0.26 | 0 | 0.88 | 0.22 | 77.63 | 0.79 | 0.44 |
| Hex | 94 | C8 | 17 | 1A | 0 | 58 | 16 | 4E | 4F | 2C |
| Octal | 224 | 310 | 27 | 32 | 0 | 130 | 26 | 116 | 117 | 54 |
| Binary | 10010100 | 11001000 | 10111 | 11010 | 0 | 1011000 | 10110 | 1001110 | 1001111 | 101100 |
Color Harmonies of #94C817
Complementary color
Monochromatic Colors of #94C817
Black with #94C817
Text Example
Text Example
White with #94C817
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94C817; }
p { color: rgb(148,200,23); }
H1.HeaderClassName
{
color: #94C817;
}
.AnyTagClassName
{
color: #94C817;
}
</style>
background-color css
<style>
a { background-color: #94C817; }
a { background-color: rgb(148,200,23); }
div.DivClassName
{
background-color: #94C817;
}
.BgClassName
{
background-color: #94C817;
}
</style>
border-color css
<style>
span { border-color: #94C817; }
span { border-color: rgb(148,200,23); }
td.TdClassName
{
border-color: #94C817;
}
.TagClassName
{
border-color: #94C817;
}
</style>