Shades of Bahia #B0C031
Tints of Bahia #B0C031
RGB
CMYK
RGB Variations
Color information
#B0C031 (or 0xB0C031) is known color: Bahia. HEX triplet: B0, C0 and 31. RGB value is (176,192,49). Sum of RGB (Red+Green+Blue) = 176+192+49=417 (55% of max value = 765). Red value is 176 (69.14% from 255 or 42.21% from 417); Green value is 192 (75.39% from 255 or 46.04% from 417); Blue value is 49 (19.53% from 255 or 11.75% from 417); Max value from RGB is 192 - color contains mainly: green. Hex color #B0C031 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B0C031 is #4F3FCE. Grayscale: #ABABAB. Windows color (decimal): -5193679 or 3260592. OLE color: 3260592.
HSL color Cylindrical-coordinate representation of color #B0C031: hue angle of 66.71º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B0C031 is Cyan = 0.08, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 176 | 192 | 49 | - |
| CMYK | 0.08 | 0 | 0.74 | 0.25 |
| HSL | 66.71º | 0.59% | 0.47% | - |
| HSV(B) | 66.71º | 0.74% | 0.75% | - |
| XYZ | 37.31 | 47.15 | 10.04 | - |
| YUV | 170.91 | 59.2 | 131.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 192 | 49 | 0.08 | 0 | 0.74 | 0.25 | 66.71 | 0.59 | 0.47 |
| Hex | B0 | C0 | 31 | 8 | 0 | 4A | 19 | 43 | 3B | 2F |
| Octal | 260 | 300 | 61 | 10 | 0 | 112 | 31 | 103 | 73 | 57 |
| Binary | 10110000 | 11000000 | 110001 | 1000 | 0 | 1001010 | 11001 | 1000011 | 111011 | 101111 |
Color Harmonies of #B0C031
Complementary color
Monochromatic Colors of #B0C031
Black with #B0C031
Text Example
Text Example
White with #B0C031
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0C031; }
p { color: rgb(176,192,49); }
H1.HeaderClassName
{
color: #B0C031;
}
.AnyTagClassName
{
color: #B0C031;
}
</style>
background-color css
<style>
a { background-color: #B0C031; }
a { background-color: rgb(176,192,49); }
div.DivClassName
{
background-color: #B0C031;
}
.BgClassName
{
background-color: #B0C031;
}
</style>
border-color css
<style>
span { border-color: #B0C031; }
span { border-color: rgb(176,192,49); }
td.TdClassName
{
border-color: #B0C031;
}
.TagClassName
{
border-color: #B0C031;
}
</style>