Shades of Bahia #B1C120
Tints of Bahia #B1C120
RGB
CMYK
RGB Variations
Color information
#B1C120 (or 0xB1C120) is known color: Bahia. HEX triplet: B1, C1 and 20. RGB value is (177,193,32). Sum of RGB (Red+Green+Blue) = 177+193+32=402 (53% of max value = 765). Red value is 177 (69.53% from 255 or 44.03% from 402); Green value is 193 (75.78% from 255 or 48.01% from 402); Blue value is 32 (12.89% from 255 or 7.96% from 402); Max value from RGB is 193 - color contains mainly: green. Hex color #B1C120 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B1C120 is #4E3EDF. Grayscale: #AAAAAA. Windows color (decimal): -5127904 or 2146737. OLE color: 2146737.
HSL color Cylindrical-coordinate representation of color #B1C120: hue angle of 65.96º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B1C120 is Cyan = 0.08, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 177 | 193 | 32 | - |
| CMYK | 0.08 | 0 | 0.83 | 0.24 |
| HSL | 65.96º | 0.72% | 0.44% | - |
| HSV(B) | 65.96º | 0.83% | 0.76% | - |
| XYZ | 37.46 | 47.59 | 8.58 | - |
| YUV | 169.86 | 50.2 | 133.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 193 | 32 | 0.08 | 0 | 0.83 | 0.24 | 65.96 | 0.72 | 0.44 |
| Hex | B1 | C1 | 20 | 8 | 0 | 53 | 18 | 42 | 48 | 2C |
| Octal | 261 | 301 | 40 | 10 | 0 | 123 | 30 | 102 | 110 | 54 |
| Binary | 10110001 | 11000001 | 100000 | 1000 | 0 | 1010011 | 11000 | 1000010 | 1001000 | 101100 |
Color Harmonies of #B1C120
Complementary color
Monochromatic Colors of #B1C120
Black with #B1C120
Text Example
Text Example
White with #B1C120
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1C120; }
p { color: rgb(177,193,32); }
H1.HeaderClassName
{
color: #B1C120;
}
.AnyTagClassName
{
color: #B1C120;
}
</style>
background-color css
<style>
a { background-color: #B1C120; }
a { background-color: rgb(177,193,32); }
div.DivClassName
{
background-color: #B1C120;
}
.BgClassName
{
background-color: #B1C120;
}
</style>
border-color css
<style>
span { border-color: #B1C120; }
span { border-color: rgb(177,193,32); }
td.TdClassName
{
border-color: #B1C120;
}
.TagClassName
{
border-color: #B1C120;
}
</style>