Shades of Bahia #B1C331
Tints of Bahia #B1C331
RGB
CMYK
RGB Variations
Color information
#B1C331 (or 0xB1C331) is known color: Bahia. HEX triplet: B1, C3 and 31. RGB value is (177,195,49). Sum of RGB (Red+Green+Blue) = 177+195+49=421 (55% of max value = 765). Red value is 177 (69.53% from 255 or 42.04% from 421); Green value is 195 (76.56% from 255 or 46.32% from 421); Blue value is 49 (19.53% from 255 or 11.64% from 421); Max value from RGB is 195 - color contains mainly: green. Hex color #B1C331 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B1C331 is #4E3CCE. Grayscale: #ADADAD. Windows color (decimal): -5127375 or 3261361. OLE color: 3261361.
HSL color Cylindrical-coordinate representation of color #B1C331: hue angle of 67.4º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B1C331 is Cyan = 0.09, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 177 | 195 | 49 | - |
| CMYK | 0.09 | 0 | 0.75 | 0.24 |
| HSL | 67.4º | 0.6% | 0.48% | - |
| HSV(B) | 67.4º | 0.75% | 0.76% | - |
| XYZ | 38.2 | 48.6 | 10.27 | - |
| YUV | 172.97 | 58.04 | 130.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 195 | 49 | 0.09 | 0 | 0.75 | 0.24 | 67.4 | 0.6 | 0.48 |
| Hex | B1 | C3 | 31 | 9 | 0 | 4B | 18 | 43 | 3C | 30 |
| Octal | 261 | 303 | 61 | 11 | 0 | 113 | 30 | 103 | 74 | 60 |
| Binary | 10110001 | 11000011 | 110001 | 1001 | 0 | 1001011 | 11000 | 1000011 | 111100 | 110000 |
Color Harmonies of #B1C331
Complementary color
Monochromatic Colors of #B1C331
Black with #B1C331
Text Example
Text Example
White with #B1C331
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1C331; }
p { color: rgb(177,195,49); }
H1.HeaderClassName
{
color: #B1C331;
}
.AnyTagClassName
{
color: #B1C331;
}
</style>
background-color css
<style>
a { background-color: #B1C331; }
a { background-color: rgb(177,195,49); }
div.DivClassName
{
background-color: #B1C331;
}
.BgClassName
{
background-color: #B1C331;
}
</style>
border-color css
<style>
span { border-color: #B1C331; }
span { border-color: rgb(177,195,49); }
td.TdClassName
{
border-color: #B1C331;
}
.TagClassName
{
border-color: #B1C331;
}
</style>