Shades of Bahia #99CB18
Tints of Bahia #99CB18
RGB
CMYK
RGB Variations
Color information
#99CB18 (or 0x99CB18) is known color: Bahia. HEX triplet: 99, CB and 18. RGB value is (153,203,24). Sum of RGB (Red+Green+Blue) = 153+203+24=380 (50% of max value = 765). Red value is 153 (60.16% from 255 or 40.26% from 380); Green value is 203 (79.69% from 255 or 53.42% from 380); Blue value is 24 (9.77% from 255 or 6.32% from 380); Max value from RGB is 203 - color contains mainly: green. Hex color #99CB18 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #99CB18 is #6634E7. Grayscale: #A8A8A8. Windows color (decimal): -6698216 or 1624985. OLE color: 1624985.
HSL color Cylindrical-coordinate representation of color #99CB18: hue angle of 76.76º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #99CB18 is Cyan = 0.25, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 153 | 203 | 24 | - |
| CMYK | 0.25 | 0 | 0.88 | 0.20 |
| HSL | 76.76º | 0.79% | 0.45% | - |
| HSV(B) | 76.76º | 0.88% | 0.8% | - |
| XYZ | 34.66 | 49.55 | 8.6 | - |
| YUV | 167.64 | 46.94 | 117.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 203 | 24 | 0.25 | 0 | 0.88 | 0.20 | 76.76 | 0.79 | 0.45 |
| Hex | 99 | CB | 18 | 19 | 0 | 58 | 14 | 4D | 4F | 2D |
| Octal | 231 | 313 | 30 | 31 | 0 | 130 | 24 | 115 | 117 | 55 |
| Binary | 10011001 | 11001011 | 11000 | 11001 | 0 | 1011000 | 10100 | 1001101 | 1001111 | 101101 |
Color Harmonies of #99CB18
Complementary color
Monochromatic Colors of #99CB18
Black with #99CB18
Text Example
Text Example
White with #99CB18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99CB18; }
p { color: rgb(153,203,24); }
H1.HeaderClassName
{
color: #99CB18;
}
.AnyTagClassName
{
color: #99CB18;
}
</style>
background-color css
<style>
a { background-color: #99CB18; }
a { background-color: rgb(153,203,24); }
div.DivClassName
{
background-color: #99CB18;
}
.BgClassName
{
background-color: #99CB18;
}
</style>
border-color css
<style>
span { border-color: #99CB18; }
span { border-color: rgb(153,203,24); }
td.TdClassName
{
border-color: #99CB18;
}
.TagClassName
{
border-color: #99CB18;
}
</style>