Shades of Bahia #99BB23
Tints of Bahia #99BB23
RGB
CMYK
RGB Variations
Color information
#99BB23 (or 0x99BB23) is known color: Bahia. HEX triplet: 99, BB and 23. RGB value is (153,187,35). Sum of RGB (Red+Green+Blue) = 153+187+35=375 (49% of max value = 765). Red value is 153 (60.16% from 255 or 40.8% from 375); Green value is 187 (73.44% from 255 or 49.87% from 375); Blue value is 35 (14.06% from 255 or 9.33% from 375); Max value from RGB is 187 - color contains mainly: green. Hex color #99BB23 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #99BB23 is #6644DC. Grayscale: #A0A0A0. Windows color (decimal): -6702301 or 2341785. OLE color: 2341785.
HSL color Cylindrical-coordinate representation of color #99BB23: hue angle of 73.42º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #99BB23 is Cyan = 0.18, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 153 | 187 | 35 | - |
| CMYK | 0.18 | 0 | 0.81 | 0.27 |
| HSL | 73.42º | 0.68% | 0.44% | - |
| HSV(B) | 73.42º | 0.81% | 0.73% | - |
| XYZ | 31.21 | 42.43 | 8.14 | - |
| YUV | 159.51 | 57.74 | 123.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 187 | 35 | 0.18 | 0 | 0.81 | 0.27 | 73.42 | 0.68 | 0.44 |
| Hex | 99 | BB | 23 | 12 | 0 | 51 | 1B | 49 | 44 | 2C |
| Octal | 231 | 273 | 43 | 22 | 0 | 121 | 33 | 111 | 104 | 54 |
| Binary | 10011001 | 10111011 | 100011 | 10010 | 0 | 1010001 | 11011 | 1001001 | 1000100 | 101100 |
Color Harmonies of #99BB23
Complementary color
Monochromatic Colors of #99BB23
Black with #99BB23
Text Example
Text Example
White with #99BB23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99BB23; }
p { color: rgb(153,187,35); }
H1.HeaderClassName
{
color: #99BB23;
}
.AnyTagClassName
{
color: #99BB23;
}
</style>
background-color css
<style>
a { background-color: #99BB23; }
a { background-color: rgb(153,187,35); }
div.DivClassName
{
background-color: #99BB23;
}
.BgClassName
{
background-color: #99BB23;
}
</style>
border-color css
<style>
span { border-color: #99BB23; }
span { border-color: rgb(153,187,35); }
td.TdClassName
{
border-color: #99BB23;
}
.TagClassName
{
border-color: #99BB23;
}
</style>