Shades of Bahia #99C321
Tints of Bahia #99C321
RGB
CMYK
RGB Variations
Color information
#99C321 (or 0x99C321) is known color: Bahia. HEX triplet: 99, C3 and 21. RGB value is (153,195,33). Sum of RGB (Red+Green+Blue) = 153+195+33=381 (50% of max value = 765). Red value is 153 (60.16% from 255 or 40.16% from 381); Green value is 195 (76.56% from 255 or 51.18% from 381); Blue value is 33 (13.28% from 255 or 8.66% from 381); Max value from RGB is 195 - color contains mainly: green. Hex color #99C321 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #99C321 is #663CDE. Grayscale: #A4A4A4. Windows color (decimal): -6700255 or 2212761. OLE color: 2212761.
HSL color Cylindrical-coordinate representation of color #99C321: hue angle of 75.56º degrees, saturation: 0.71, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #99C321 is Cyan = 0.22, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 153 | 195 | 33 | - |
| CMYK | 0.22 | 0 | 0.83 | 0.24 |
| HSL | 75.56º | 0.71% | 0.45% | - |
| HSV(B) | 75.56º | 0.83% | 0.76% | - |
| XYZ | 32.93 | 45.91 | 8.57 | - |
| YUV | 163.97 | 54.09 | 120.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 195 | 33 | 0.22 | 0 | 0.83 | 0.24 | 75.56 | 0.71 | 0.45 |
| Hex | 99 | C3 | 21 | 16 | 0 | 53 | 18 | 4C | 47 | 2D |
| Octal | 231 | 303 | 41 | 26 | 0 | 123 | 30 | 114 | 107 | 55 |
| Binary | 10011001 | 11000011 | 100001 | 10110 | 0 | 1010011 | 11000 | 1001100 | 1000111 | 101101 |
Color Harmonies of #99C321
Complementary color
Monochromatic Colors of #99C321
Black with #99C321
Text Example
Text Example
White with #99C321
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99C321; }
p { color: rgb(153,195,33); }
H1.HeaderClassName
{
color: #99C321;
}
.AnyTagClassName
{
color: #99C321;
}
</style>
background-color css
<style>
a { background-color: #99C321; }
a { background-color: rgb(153,195,33); }
div.DivClassName
{
background-color: #99C321;
}
.BgClassName
{
background-color: #99C321;
}
</style>
border-color css
<style>
span { border-color: #99C321; }
span { border-color: rgb(153,195,33); }
td.TdClassName
{
border-color: #99C321;
}
.TagClassName
{
border-color: #99C321;
}
</style>