Shades of Bahia #B2C128
Tints of Bahia #B2C128
RGB
CMYK
RGB Variations
Color information
#B2C128 (or 0xB2C128) is known color: Bahia. HEX triplet: B2, C1 and 28. RGB value is (178,193,40). Sum of RGB (Red+Green+Blue) = 178+193+40=411 (54% of max value = 765). Red value is 178 (69.92% from 255 or 43.31% from 411); Green value is 193 (75.78% from 255 or 46.96% from 411); Blue value is 40 (16.02% from 255 or 9.73% from 411); Max value from RGB is 193 - color contains mainly: green. Hex color #B2C128 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2C128 is #4D3ED7. Grayscale: #ABABAB. Windows color (decimal): -5062360 or 2671026. OLE color: 2671026.
HSL color Cylindrical-coordinate representation of color #B2C128: hue angle of 65.88º degrees, saturation: 0.66, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B2C128 is Cyan = 0.08, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 178 | 193 | 40 | - |
| CMYK | 0.08 | 0 | 0.79 | 0.24 |
| HSL | 65.88º | 0.66% | 0.46% | - |
| HSV(B) | 65.88º | 0.79% | 0.76% | - |
| XYZ | 37.81 | 47.76 | 9.23 | - |
| YUV | 171.07 | 54.03 | 132.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 193 | 40 | 0.08 | 0 | 0.79 | 0.24 | 65.88 | 0.66 | 0.46 |
| Hex | B2 | C1 | 28 | 8 | 0 | 4F | 18 | 42 | 42 | 2E |
| Octal | 262 | 301 | 50 | 10 | 0 | 117 | 30 | 102 | 102 | 56 |
| Binary | 10110010 | 11000001 | 101000 | 1000 | 0 | 1001111 | 11000 | 1000010 | 1000010 | 101110 |
Color Harmonies of #B2C128
Complementary color
Monochromatic Colors of #B2C128
Black with #B2C128
Text Example
Text Example
White with #B2C128
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2C128; }
p { color: rgb(178,193,40); }
H1.HeaderClassName
{
color: #B2C128;
}
.AnyTagClassName
{
color: #B2C128;
}
</style>
background-color css
<style>
a { background-color: #B2C128; }
a { background-color: rgb(178,193,40); }
div.DivClassName
{
background-color: #B2C128;
}
.BgClassName
{
background-color: #B2C128;
}
</style>
border-color css
<style>
span { border-color: #B2C128; }
span { border-color: rgb(178,193,40); }
td.TdClassName
{
border-color: #B2C128;
}
.TagClassName
{
border-color: #B2C128;
}
</style>