Shades of Bahia #99CC19
Tints of Bahia #99CC19
RGB
CMYK
RGB Variations
Color information
#99CC19 (or 0x99CC19) is known color: Bahia. HEX triplet: 99, CC and 19. RGB value is (153,204,25). Sum of RGB (Red+Green+Blue) = 153+204+25=382 (50% of max value = 765). Red value is 153 (60.16% from 255 or 40.05% from 382); Green value is 204 (80.08% from 255 or 53.40% from 382); Blue value is 25 (10.16% from 255 or 6.54% from 382); Max value from RGB is 204 - color contains mainly: green. Hex color #99CC19 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #99CC19 is #6633E6. Grayscale: #A9A9A9. Windows color (decimal): -6697959 or 1690777. OLE color: 1690777.
HSL color Cylindrical-coordinate representation of color #99CC19: hue angle of 77.09º degrees, saturation: 0.78, 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 #99CC19 is Cyan = 0.25, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 153 | 204 | 25 | - |
| CMYK | 0.25 | 0 | 0.88 | 0.2 |
| HSL | 77.09º | 0.78% | 0.45% | - |
| HSV(B) | 77.09º | 0.88% | 0.8% | - |
| XYZ | 34.91 | 50.03 | 8.74 | - |
| YUV | 168.35 | 47.1 | 117.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 204 | 25 | 0.25 | 0 | 0.88 | 0.2 | 77.09 | 0.78 | 0.45 |
| Hex | 99 | CC | 19 | 19 | 0 | 58 | 14 | 4D | 4E | 2D |
| Octal | 231 | 314 | 31 | 31 | 0 | 130 | 24 | 115 | 116 | 55 |
| Binary | 10011001 | 11001100 | 11001 | 11001 | 0 | 1011000 | 10100 | 1001101 | 1001110 | 101101 |
Color Harmonies of #99CC19
Complementary color
Monochromatic Colors of #99CC19
Black with #99CC19
Text Example
Text Example
White with #99CC19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99CC19; }
p { color: rgb(153,204,25); }
H1.HeaderClassName
{
color: #99CC19;
}
.AnyTagClassName
{
color: #99CC19;
}
</style>
background-color css
<style>
a { background-color: #99CC19; }
a { background-color: rgb(153,204,25); }
div.DivClassName
{
background-color: #99CC19;
}
.BgClassName
{
background-color: #99CC19;
}
</style>
border-color css
<style>
span { border-color: #99CC19; }
span { border-color: rgb(153,204,25); }
td.TdClassName
{
border-color: #99CC19;
}
.TagClassName
{
border-color: #99CC19;
}
</style>