Shades of Bahia #99B722
Tints of Bahia #99B722
RGB
CMYK
RGB Variations
Color information
#99B722 (or 0x99B722) is known color: Bahia. HEX triplet: 99, B7 and 22. RGB value is (153,183,34). Sum of RGB (Red+Green+Blue) = 153+183+34=370 (49% of max value = 765). Red value is 153 (60.16% from 255 or 41.35% from 370); Green value is 183 (71.88% from 255 or 49.46% from 370); Blue value is 34 (13.67% from 255 or 9.19% from 370); Max value from RGB is 183 - color contains mainly: green. Hex color #99B722 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #99B722 is #6648DD. Grayscale: #9D9D9D. Windows color (decimal): -6703326 or 2275225. OLE color: 2275225.
HSL color Cylindrical-coordinate representation of color #99B722: hue angle of 72.08º degrees, saturation: 0.69, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #99B722 is Cyan = 0.16, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 153 | 183 | 34 | - |
| CMYK | 0.16 | 0 | 0.81 | 0.28 |
| HSL | 72.08º | 0.69% | 0.43% | - |
| HSV(B) | 72.08º | 0.81% | 0.72% | - |
| XYZ | 30.36 | 40.75 | 7.78 | - |
| YUV | 157.04 | 58.56 | 125.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 183 | 34 | 0.16 | 0 | 0.81 | 0.28 | 72.08 | 0.69 | 0.43 |
| Hex | 99 | B7 | 22 | 10 | 0 | 51 | 1C | 48 | 45 | 2B |
| Octal | 231 | 267 | 42 | 20 | 0 | 121 | 34 | 110 | 105 | 53 |
| Binary | 10011001 | 10110111 | 100010 | 10000 | 0 | 1010001 | 11100 | 1001000 | 1000101 | 101011 |
Color Harmonies of #99B722
Complementary color
Monochromatic Colors of #99B722
Black with #99B722
Text Example
Text Example
White with #99B722
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99B722; }
p { color: rgb(153,183,34); }
H1.HeaderClassName
{
color: #99B722;
}
.AnyTagClassName
{
color: #99B722;
}
</style>
background-color css
<style>
a { background-color: #99B722; }
a { background-color: rgb(153,183,34); }
div.DivClassName
{
background-color: #99B722;
}
.BgClassName
{
background-color: #99B722;
}
</style>
border-color css
<style>
span { border-color: #99B722; }
span { border-color: rgb(153,183,34); }
td.TdClassName
{
border-color: #99B722;
}
.TagClassName
{
border-color: #99B722;
}
</style>