Shades of Bahia #99C718
Tints of Bahia #99C718
RGB
CMYK
RGB Variations
Color information
#99C718 (or 0x99C718) is known color: Bahia. HEX triplet: 99, C7 and 18. RGB value is (153,199,24). Sum of RGB (Red+Green+Blue) = 153+199+24=376 (49% of max value = 765). Red value is 153 (60.16% from 255 or 40.69% from 376); Green value is 199 (78.12% from 255 or 52.93% from 376); Blue value is 24 (9.77% from 255 or 6.38% from 376); Max value from RGB is 199 - color contains mainly: green. Hex color #99C718 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #99C718 is #6638E7. Grayscale: #A5A5A5. Windows color (decimal): -6699240 or 1623961. OLE color: 1623961.
HSL color Cylindrical-coordinate representation of color #99C718: hue angle of 75.77º degrees, saturation: 0.78, 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 #99C718 is Cyan = 0.23, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 153 | 199 | 24 | - |
| CMYK | 0.23 | 0 | 0.88 | 0.22 |
| HSL | 75.77º | 0.78% | 0.44% | - |
| HSV(B) | 75.77º | 0.88% | 0.78% | - |
| XYZ | 33.73 | 47.69 | 8.29 | - |
| YUV | 165.3 | 48.26 | 119.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 199 | 24 | 0.23 | 0 | 0.88 | 0.22 | 75.77 | 0.78 | 0.44 |
| Hex | 99 | C7 | 18 | 17 | 0 | 58 | 16 | 4C | 4E | 2C |
| Octal | 231 | 307 | 30 | 27 | 0 | 130 | 26 | 114 | 116 | 54 |
| Binary | 10011001 | 11000111 | 11000 | 10111 | 0 | 1011000 | 10110 | 1001100 | 1001110 | 101100 |
Color Harmonies of #99C718
Complementary color
Monochromatic Colors of #99C718
Black with #99C718
Text Example
Text Example
White with #99C718
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99C718; }
p { color: rgb(153,199,24); }
H1.HeaderClassName
{
color: #99C718;
}
.AnyTagClassName
{
color: #99C718;
}
</style>
background-color css
<style>
a { background-color: #99C718; }
a { background-color: rgb(153,199,24); }
div.DivClassName
{
background-color: #99C718;
}
.BgClassName
{
background-color: #99C718;
}
</style>
border-color css
<style>
span { border-color: #99C718; }
span { border-color: rgb(153,199,24); }
td.TdClassName
{
border-color: #99C718;
}
.TagClassName
{
border-color: #99C718;
}
</style>