Shades of Bahia #B0C021
Tints of Bahia #B0C021
RGB
CMYK
RGB Variations
Color information
#B0C021 (or 0xB0C021) is known color: Bahia. HEX triplet: B0, C0 and 21. RGB value is (176,192,33). Sum of RGB (Red+Green+Blue) = 176+192+33=401 (53% of max value = 765). Red value is 176 (69.14% from 255 or 43.89% from 401); Green value is 192 (75.39% from 255 or 47.88% from 401); Blue value is 33 (13.28% from 255 or 8.23% from 401); Max value from RGB is 192 - color contains mainly: green. Hex color #B0C021 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B0C021 is #4F3FDE. Grayscale: #A9A9A9. Windows color (decimal): -5193695 or 2212016. OLE color: 2212016.
HSL color Cylindrical-coordinate representation of color #B0C021: hue angle of 66.04º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B0C021 is Cyan = 0.08, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 176 | 192 | 33 | - |
| CMYK | 0.08 | 0 | 0.83 | 0.25 |
| HSL | 66.04º | 0.71% | 0.44% | - |
| HSV(B) | 66.04º | 0.83% | 0.75% | - |
| XYZ | 37.03 | 47.04 | 8.57 | - |
| YUV | 169.09 | 51.2 | 132.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 192 | 33 | 0.08 | 0 | 0.83 | 0.25 | 66.04 | 0.71 | 0.44 |
| Hex | B0 | C0 | 21 | 8 | 0 | 53 | 19 | 42 | 47 | 2C |
| Octal | 260 | 300 | 41 | 10 | 0 | 123 | 31 | 102 | 107 | 54 |
| Binary | 10110000 | 11000000 | 100001 | 1000 | 0 | 1010011 | 11001 | 1000010 | 1000111 | 101100 |
Color Harmonies of #B0C021
Complementary color
Monochromatic Colors of #B0C021
Black with #B0C021
Text Example
Text Example
White with #B0C021
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0C021; }
p { color: rgb(176,192,33); }
H1.HeaderClassName
{
color: #B0C021;
}
.AnyTagClassName
{
color: #B0C021;
}
</style>
background-color css
<style>
a { background-color: #B0C021; }
a { background-color: rgb(176,192,33); }
div.DivClassName
{
background-color: #B0C021;
}
.BgClassName
{
background-color: #B0C021;
}
</style>
border-color css
<style>
span { border-color: #B0C021; }
span { border-color: rgb(176,192,33); }
td.TdClassName
{
border-color: #B0C021;
}
.TagClassName
{
border-color: #B0C021;
}
</style>