Shades of Bahia #B2C031
Tints of Bahia #B2C031
RGB
CMYK
RGB Variations
Color information
#B2C031 (or 0xB2C031) is known color: Bahia. HEX triplet: B2, C0 and 31. RGB value is (178,192,49). Sum of RGB (Red+Green+Blue) = 178+192+49=419 (55% of max value = 765). Red value is 178 (69.92% from 255 or 42.48% from 419); Green value is 192 (75.39% from 255 or 45.82% from 419); Blue value is 49 (19.53% from 255 or 11.69% from 419); Max value from RGB is 192 - color contains mainly: green. Hex color #B2C031 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2C031 is #4D3FCE. Grayscale: #ACACAC. Windows color (decimal): -5062607 or 3260594. OLE color: 3260594.
HSL color Cylindrical-coordinate representation of color #B2C031: hue angle of 65.87º 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 #B2C031 is Cyan = 0.07, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 178 | 192 | 49 | - |
| CMYK | 0.07 | 0 | 0.74 | 0.25 |
| HSL | 65.87º | 0.59% | 0.47% | - |
| HSV(B) | 65.87º | 0.74% | 0.75% | - |
| XYZ | 37.76 | 47.39 | 10.06 | - |
| YUV | 171.51 | 58.86 | 132.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 192 | 49 | 0.07 | 0 | 0.74 | 0.25 | 65.87 | 0.59 | 0.47 |
| Hex | B2 | C0 | 31 | 7 | 0 | 4A | 19 | 42 | 3B | 2F |
| Octal | 262 | 300 | 61 | 7 | 0 | 112 | 31 | 102 | 73 | 57 |
| Binary | 10110010 | 11000000 | 110001 | 111 | 0 | 1001010 | 11001 | 1000010 | 111011 | 101111 |
Color Harmonies of #B2C031
Complementary color
Monochromatic Colors of #B2C031
Black with #B2C031
Text Example
Text Example
White with #B2C031
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2C031; }
p { color: rgb(178,192,49); }
H1.HeaderClassName
{
color: #B2C031;
}
.AnyTagClassName
{
color: #B2C031;
}
</style>
background-color css
<style>
a { background-color: #B2C031; }
a { background-color: rgb(178,192,49); }
div.DivClassName
{
background-color: #B2C031;
}
.BgClassName
{
background-color: #B2C031;
}
</style>
border-color css
<style>
span { border-color: #B2C031; }
span { border-color: rgb(178,192,49); }
td.TdClassName
{
border-color: #B2C031;
}
.TagClassName
{
border-color: #B2C031;
}
</style>