Shades of Bahia #B2C12C
Tints of Bahia #B2C12C
RGB
CMYK
RGB Variations
Color information
#B2C12C (or 0xB2C12C) is known color: Bahia. HEX triplet: B2, C1 and 2C. RGB value is (178,193,44). Sum of RGB (Red+Green+Blue) = 178+193+44=415 (54% of max value = 765). Red value is 178 (69.92% from 255 or 42.89% from 415); Green value is 193 (75.78% from 255 or 46.51% from 415); Blue value is 44 (17.58% from 255 or 10.60% from 415); Max value from RGB is 193 - color contains mainly: green. Hex color #B2C12C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2C12C is #4D3ED3. Grayscale: #ACACAC. Windows color (decimal): -5062356 or 2933170. OLE color: 2933170.
HSL color Cylindrical-coordinate representation of color #B2C12C: hue angle of 66.04º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B2C12C is Cyan = 0.08, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 178 | 193 | 44 | - |
| CMYK | 0.08 | 0 | 0.77 | 0.24 |
| HSL | 66.04º | 0.63% | 0.46% | - |
| HSV(B) | 66.04º | 0.77% | 0.76% | - |
| XYZ | 37.88 | 47.79 | 9.61 | - |
| YUV | 171.53 | 56.03 | 132.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 193 | 44 | 0.08 | 0 | 0.77 | 0.24 | 66.04 | 0.63 | 0.46 |
| Hex | B2 | C1 | 2C | 8 | 0 | 4D | 18 | 42 | 3F | 2E |
| Octal | 262 | 301 | 54 | 10 | 0 | 115 | 30 | 102 | 77 | 56 |
| Binary | 10110010 | 11000001 | 101100 | 1000 | 0 | 1001101 | 11000 | 1000010 | 111111 | 101110 |
Color Harmonies of #B2C12C
Complementary color
Monochromatic Colors of #B2C12C
Black with #B2C12C
Text Example
Text Example
White with #B2C12C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2C12C; }
p { color: rgb(178,193,44); }
H1.HeaderClassName
{
color: #B2C12C;
}
.AnyTagClassName
{
color: #B2C12C;
}
</style>
background-color css
<style>
a { background-color: #B2C12C; }
a { background-color: rgb(178,193,44); }
div.DivClassName
{
background-color: #B2C12C;
}
.BgClassName
{
background-color: #B2C12C;
}
</style>
border-color css
<style>
span { border-color: #B2C12C; }
span { border-color: rgb(178,193,44); }
td.TdClassName
{
border-color: #B2C12C;
}
.TagClassName
{
border-color: #B2C12C;
}
</style>