Shades of Bahia #99BC22
Tints of Bahia #99BC22
RGB
CMYK
RGB Variations
Color information
#99BC22 (or 0x99BC22) is known color: Bahia. HEX triplet: 99, BC and 22. RGB value is (153,188,34). Sum of RGB (Red+Green+Blue) = 153+188+34=375 (49% of max value = 765). Red value is 153 (60.16% from 255 or 40.8% from 375); Green value is 188 (73.83% from 255 or 50.13% from 375); Blue value is 34 (13.67% from 255 or 9.07% from 375); Max value from RGB is 188 - color contains mainly: green. Hex color #99BC22 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #99BC22 is #6643DD. Grayscale: #A0A0A0. Windows color (decimal): -6702046 or 2276505. OLE color: 2276505.
HSL color Cylindrical-coordinate representation of color #99BC22: hue angle of 73.64º degrees, saturation: 0.69, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #99BC22 is Cyan = 0.19, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 153 | 188 | 34 | - |
| CMYK | 0.19 | 0 | 0.82 | 0.26 |
| HSL | 73.64º | 0.69% | 0.44% | - |
| HSV(B) | 73.64º | 0.82% | 0.74% | - |
| XYZ | 31.41 | 42.85 | 8.13 | - |
| YUV | 159.98 | 56.9 | 123.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 188 | 34 | 0.19 | 0 | 0.82 | 0.26 | 73.64 | 0.69 | 0.44 |
| Hex | 99 | BC | 22 | 13 | 0 | 52 | 1A | 4A | 45 | 2C |
| Octal | 231 | 274 | 42 | 23 | 0 | 122 | 32 | 112 | 105 | 54 |
| Binary | 10011001 | 10111100 | 100010 | 10011 | 0 | 1010010 | 11010 | 1001010 | 1000101 | 101100 |
Color Harmonies of #99BC22
Complementary color
Monochromatic Colors of #99BC22
Black with #99BC22
Text Example
Text Example
White with #99BC22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99BC22; }
p { color: rgb(153,188,34); }
H1.HeaderClassName
{
color: #99BC22;
}
.AnyTagClassName
{
color: #99BC22;
}
</style>
background-color css
<style>
a { background-color: #99BC22; }
a { background-color: rgb(153,188,34); }
div.DivClassName
{
background-color: #99BC22;
}
.BgClassName
{
background-color: #99BC22;
}
</style>
border-color css
<style>
span { border-color: #99BC22; }
span { border-color: rgb(153,188,34); }
td.TdClassName
{
border-color: #99BC22;
}
.TagClassName
{
border-color: #99BC22;
}
</style>