Shades of Bahia #99C320
Tints of Bahia #99C320
RGB
CMYK
RGB Variations
Color information
#99C320 (or 0x99C320) is known color: Bahia. HEX triplet: 99, C3 and 20. RGB value is (153,195,32). Sum of RGB (Red+Green+Blue) = 153+195+32=380 (50% of max value = 765). Red value is 153 (60.16% from 255 or 40.26% from 380); Green value is 195 (76.56% from 255 or 51.32% from 380); Blue value is 32 (12.89% from 255 or 8.42% from 380); Max value from RGB is 195 - color contains mainly: green. Hex color #99C320 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #99C320 is #663CDF. Grayscale: #A4A4A4. Windows color (decimal): -6700256 or 2147225. OLE color: 2147225.
HSL color Cylindrical-coordinate representation of color #99C320: hue angle of 75.46º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #99C320 is Cyan = 0.22, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 153 | 195 | 32 | - |
| CMYK | 0.22 | 0 | 0.84 | 0.24 |
| HSL | 75.46º | 0.72% | 0.45% | - |
| HSV(B) | 75.46º | 0.84% | 0.76% | - |
| XYZ | 32.91 | 45.91 | 8.49 | - |
| YUV | 163.86 | 53.59 | 120.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 195 | 32 | 0.22 | 0 | 0.84 | 0.24 | 75.46 | 0.72 | 0.45 |
| Hex | 99 | C3 | 20 | 16 | 0 | 54 | 18 | 4B | 48 | 2D |
| Octal | 231 | 303 | 40 | 26 | 0 | 124 | 30 | 113 | 110 | 55 |
| Binary | 10011001 | 11000011 | 100000 | 10110 | 0 | 1010100 | 11000 | 1001011 | 1001000 | 101101 |
Color Harmonies of #99C320
Complementary color
Monochromatic Colors of #99C320
Black with #99C320
Text Example
Text Example
White with #99C320
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99C320; }
p { color: rgb(153,195,32); }
H1.HeaderClassName
{
color: #99C320;
}
.AnyTagClassName
{
color: #99C320;
}
</style>
background-color css
<style>
a { background-color: #99C320; }
a { background-color: rgb(153,195,32); }
div.DivClassName
{
background-color: #99C320;
}
.BgClassName
{
background-color: #99C320;
}
</style>
border-color css
<style>
span { border-color: #99C320; }
span { border-color: rgb(153,195,32); }
td.TdClassName
{
border-color: #99C320;
}
.TagClassName
{
border-color: #99C320;
}
</style>