Shades of Bahia #99BC25
Tints of Bahia #99BC25
RGB
CMYK
RGB Variations
Color information
#99BC25 (or 0x99BC25) is known color: Bahia. HEX triplet: 99, BC and 25. RGB value is (153,188,37). Sum of RGB (Red+Green+Blue) = 153+188+37=378 (50% of max value = 765). Red value is 153 (60.16% from 255 or 40.48% from 378); Green value is 188 (73.83% from 255 or 49.74% from 378); Blue value is 37 (14.84% from 255 or 9.79% from 378); Max value from RGB is 188 - color contains mainly: green. Hex color #99BC25 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #99BC25 is #6643DA. Grayscale: #A0A0A0. Windows color (decimal): -6702043 or 2473113. OLE color: 2473113.
HSL color Cylindrical-coordinate representation of color #99BC25: hue angle of 73.91º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #99BC25 is Cyan = 0.19, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 153 | 188 | 37 | - |
| CMYK | 0.19 | 0 | 0.80 | 0.26 |
| HSL | 73.91º | 0.67% | 0.44% | - |
| HSV(B) | 73.91º | 0.8% | 0.74% | - |
| XYZ | 31.45 | 42.87 | 8.37 | - |
| YUV | 160.32 | 58.4 | 122.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 188 | 37 | 0.19 | 0 | 0.80 | 0.26 | 73.91 | 0.67 | 0.44 |
| Hex | 99 | BC | 25 | 13 | 0 | 50 | 1A | 4A | 43 | 2C |
| Octal | 231 | 274 | 45 | 23 | 0 | 120 | 32 | 112 | 103 | 54 |
| Binary | 10011001 | 10111100 | 100101 | 10011 | 0 | 1010000 | 11010 | 1001010 | 1000011 | 101100 |
Color Harmonies of #99BC25
Complementary color
Monochromatic Colors of #99BC25
Black with #99BC25
Text Example
Text Example
White with #99BC25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99BC25; }
p { color: rgb(153,188,37); }
H1.HeaderClassName
{
color: #99BC25;
}
.AnyTagClassName
{
color: #99BC25;
}
</style>
background-color css
<style>
a { background-color: #99BC25; }
a { background-color: rgb(153,188,37); }
div.DivClassName
{
background-color: #99BC25;
}
.BgClassName
{
background-color: #99BC25;
}
</style>
border-color css
<style>
span { border-color: #99BC25; }
span { border-color: rgb(153,188,37); }
td.TdClassName
{
border-color: #99BC25;
}
.TagClassName
{
border-color: #99BC25;
}
</style>