Shades of Bahia #B1C226
Tints of Bahia #B1C226
RGB
CMYK
RGB Variations
Color information
#B1C226 (or 0xB1C226) is known color: Bahia. HEX triplet: B1, C2 and 26. RGB value is (177,194,38). Sum of RGB (Red+Green+Blue) = 177+194+38=409 (54% of max value = 765). Red value is 177 (69.53% from 255 or 43.28% from 409); Green value is 194 (76.17% from 255 or 47.43% from 409); Blue value is 38 (15.23% from 255 or 9.29% from 409); Max value from RGB is 194 - color contains mainly: green. Hex color #B1C226 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B1C226 is #4E3DD9. Grayscale: #ABABAB. Windows color (decimal): -5127642 or 2540209. OLE color: 2540209.
HSL color Cylindrical-coordinate representation of color #B1C226: hue angle of 66.54º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B1C226 is Cyan = 0.09, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 177 | 194 | 38 | - |
| CMYK | 0.09 | 0 | 0.80 | 0.24 |
| HSL | 66.54º | 0.67% | 0.45% | - |
| HSV(B) | 66.54º | 0.8% | 0.76% | - |
| XYZ | 37.77 | 48.07 | 9.12 | - |
| YUV | 171.13 | 52.87 | 132.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 194 | 38 | 0.09 | 0 | 0.80 | 0.24 | 66.54 | 0.67 | 0.45 |
| Hex | B1 | C2 | 26 | 9 | 0 | 50 | 18 | 43 | 43 | 2D |
| Octal | 261 | 302 | 46 | 11 | 0 | 120 | 30 | 103 | 103 | 55 |
| Binary | 10110001 | 11000010 | 100110 | 1001 | 0 | 1010000 | 11000 | 1000011 | 1000011 | 101101 |
Color Harmonies of #B1C226
Complementary color
Monochromatic Colors of #B1C226
Black with #B1C226
Text Example
Text Example
White with #B1C226
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1C226; }
p { color: rgb(177,194,38); }
H1.HeaderClassName
{
color: #B1C226;
}
.AnyTagClassName
{
color: #B1C226;
}
</style>
background-color css
<style>
a { background-color: #B1C226; }
a { background-color: rgb(177,194,38); }
div.DivClassName
{
background-color: #B1C226;
}
.BgClassName
{
background-color: #B1C226;
}
</style>
border-color css
<style>
span { border-color: #B1C226; }
span { border-color: rgb(177,194,38); }
td.TdClassName
{
border-color: #B1C226;
}
.TagClassName
{
border-color: #B1C226;
}
</style>