Shades of Bahia #B2C231
Tints of Bahia #B2C231
RGB
CMYK
RGB Variations
Color information
#B2C231 (or 0xB2C231) is known color: Bahia. HEX triplet: B2, C2 and 31. RGB value is (178,194,49). Sum of RGB (Red+Green+Blue) = 178+194+49=421 (55% of max value = 765). Red value is 178 (69.92% from 255 or 42.28% from 421); Green value is 194 (76.17% from 255 or 46.08% from 421); Blue value is 49 (19.53% from 255 or 11.64% from 421); Max value from RGB is 194 - color contains mainly: green. Hex color #B2C231 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2C231 is #4D3DCE. Grayscale: #ADADAD. Windows color (decimal): -5062095 or 3261106. OLE color: 3261106.
HSL color Cylindrical-coordinate representation of color #B2C231: hue angle of 66.62º 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 #B2C231 is Cyan = 0.08, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 178 | 194 | 49 | - |
| CMYK | 0.08 | 0 | 0.75 | 0.24 |
| HSL | 66.62º | 0.6% | 0.48% | - |
| HSV(B) | 66.62º | 0.75% | 0.76% | - |
| XYZ | 38.21 | 48.27 | 10.21 | - |
| YUV | 172.69 | 58.2 | 131.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 194 | 49 | 0.08 | 0 | 0.75 | 0.24 | 66.62 | 0.6 | 0.48 |
| Hex | B2 | C2 | 31 | 8 | 0 | 4B | 18 | 43 | 3C | 30 |
| Octal | 262 | 302 | 61 | 10 | 0 | 113 | 30 | 103 | 74 | 60 |
| Binary | 10110010 | 11000010 | 110001 | 1000 | 0 | 1001011 | 11000 | 1000011 | 111100 | 110000 |
Color Harmonies of #B2C231
Complementary color
Monochromatic Colors of #B2C231
Black with #B2C231
Text Example
Text Example
White with #B2C231
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2C231; }
p { color: rgb(178,194,49); }
H1.HeaderClassName
{
color: #B2C231;
}
.AnyTagClassName
{
color: #B2C231;
}
</style>
background-color css
<style>
a { background-color: #B2C231; }
a { background-color: rgb(178,194,49); }
div.DivClassName
{
background-color: #B2C231;
}
.BgClassName
{
background-color: #B2C231;
}
</style>
border-color css
<style>
span { border-color: #B2C231; }
span { border-color: rgb(178,194,49); }
td.TdClassName
{
border-color: #B2C231;
}
.TagClassName
{
border-color: #B2C231;
}
</style>