Shades of Bahia #99BC1B
Tints of Bahia #99BC1B
RGB
CMYK
RGB Variations
Color information
#99BC1B (or 0x99BC1B) is known color: Bahia. HEX triplet: 99, BC and 1B. RGB value is (153,188,27). Sum of RGB (Red+Green+Blue) = 153+188+27=368 (48% of max value = 765). Red value is 153 (60.16% from 255 or 41.58% from 368); Green value is 188 (73.83% from 255 or 51.09% from 368); Blue value is 27 (10.94% from 255 or 7.34% from 368); Max value from RGB is 188 - color contains mainly: green. Hex color #99BC1B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #99BC1B is #6643E4. Grayscale: #9F9F9F. Windows color (decimal): -6702053 or 1817753. OLE color: 1817753.
HSL color Cylindrical-coordinate representation of color #99BC1B: hue angle of 73.04º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #99BC1B is Cyan = 0.19, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 153 | 188 | 27 | - |
| CMYK | 0.19 | 0 | 0.86 | 0.26 |
| HSL | 73.04º | 0.75% | 0.42% | - |
| HSV(B) | 73.04º | 0.86% | 0.74% | - |
| XYZ | 31.32 | 42.82 | 7.65 | - |
| YUV | 159.18 | 53.4 | 123.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 188 | 27 | 0.19 | 0 | 0.86 | 0.26 | 73.04 | 0.75 | 0.42 |
| Hex | 99 | BC | 1B | 13 | 0 | 56 | 1A | 49 | 4B | 2A |
| Octal | 231 | 274 | 33 | 23 | 0 | 126 | 32 | 111 | 113 | 52 |
| Binary | 10011001 | 10111100 | 11011 | 10011 | 0 | 1010110 | 11010 | 1001001 | 1001011 | 101010 |
Color Harmonies of #99BC1B
Complementary color
Monochromatic Colors of #99BC1B
Black with #99BC1B
Text Example
Text Example
White with #99BC1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99BC1B; }
p { color: rgb(153,188,27); }
H1.HeaderClassName
{
color: #99BC1B;
}
.AnyTagClassName
{
color: #99BC1B;
}
</style>
background-color css
<style>
a { background-color: #99BC1B; }
a { background-color: rgb(153,188,27); }
div.DivClassName
{
background-color: #99BC1B;
}
.BgClassName
{
background-color: #99BC1B;
}
</style>
border-color css
<style>
span { border-color: #99BC1B; }
span { border-color: rgb(153,188,27); }
td.TdClassName
{
border-color: #99BC1B;
}
.TagClassName
{
border-color: #99BC1B;
}
</style>