Shades of Bahia #99CB19
Tints of Bahia #99CB19
RGB
CMYK
RGB Variations
Color information
#99CB19 (or 0x99CB19) is known color: Bahia. HEX triplet: 99, CB and 19. RGB value is (153,203,25). Sum of RGB (Red+Green+Blue) = 153+203+25=381 (50% of max value = 765). Red value is 153 (60.16% from 255 or 40.16% from 381); Green value is 203 (79.69% from 255 or 53.28% from 381); Blue value is 25 (10.16% from 255 or 6.56% from 381); Max value from RGB is 203 - color contains mainly: green. Hex color #99CB19 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #99CB19 is #6634E6. Grayscale: #A8A8A8. Windows color (decimal): -6698215 or 1690521. OLE color: 1690521.
HSL color Cylindrical-coordinate representation of color #99CB19: hue angle of 76.85º 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 #99CB19 is Cyan = 0.25, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 153 | 203 | 25 | - |
| CMYK | 0.25 | 0 | 0.88 | 0.20 |
| HSL | 76.85º | 0.78% | 0.45% | - |
| HSV(B) | 76.85º | 0.88% | 0.8% | - |
| XYZ | 34.67 | 49.55 | 8.66 | - |
| YUV | 167.76 | 47.44 | 117.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 203 | 25 | 0.25 | 0 | 0.88 | 0.20 | 76.85 | 0.78 | 0.45 |
| Hex | 99 | CB | 19 | 19 | 0 | 58 | 14 | 4D | 4E | 2D |
| Octal | 231 | 313 | 31 | 31 | 0 | 130 | 24 | 115 | 116 | 55 |
| Binary | 10011001 | 11001011 | 11001 | 11001 | 0 | 1011000 | 10100 | 1001101 | 1001110 | 101101 |
Color Harmonies of #99CB19
Complementary color
Monochromatic Colors of #99CB19
Black with #99CB19
Text Example
Text Example
White with #99CB19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99CB19; }
p { color: rgb(153,203,25); }
H1.HeaderClassName
{
color: #99CB19;
}
.AnyTagClassName
{
color: #99CB19;
}
</style>
background-color css
<style>
a { background-color: #99CB19; }
a { background-color: rgb(153,203,25); }
div.DivClassName
{
background-color: #99CB19;
}
.BgClassName
{
background-color: #99CB19;
}
</style>
border-color css
<style>
span { border-color: #99CB19; }
span { border-color: rgb(153,203,25); }
td.TdClassName
{
border-color: #99CB19;
}
.TagClassName
{
border-color: #99CB19;
}
</style>