Shades of Bahia #B2BC30
Tints of Bahia #B2BC30
RGB
CMYK
RGB Variations
Color information
#B2BC30 (or 0xB2BC30) is known color: Bahia. HEX triplet: B2, BC and 30. RGB value is (178,188,48). Sum of RGB (Red+Green+Blue) = 178+188+48=414 (54% of max value = 765). Red value is 178 (69.92% from 255 or 43.00% from 414); Green value is 188 (73.83% from 255 or 45.41% from 414); Blue value is 48 (19.14% from 255 or 11.59% from 414); Max value from RGB is 188 - color contains mainly: green. Hex color #B2BC30 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2BC30 is #4D43CF. Grayscale: #A9A9A9. Windows color (decimal): -5063632 or 3194034. OLE color: 3194034.
HSL color Cylindrical-coordinate representation of color #B2BC30: hue angle of 64.29º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B2BC30 is Cyan = 0.05, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 178 | 188 | 48 | - |
| CMYK | 0.05 | 0 | 0.74 | 0.26 |
| HSL | 64.29º | 0.59% | 0.46% | - |
| HSV(B) | 64.29º | 0.74% | 0.74% | - |
| XYZ | 36.88 | 45.64 | 9.66 | - |
| YUV | 169.05 | 59.69 | 134.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 188 | 48 | 0.05 | 0 | 0.74 | 0.26 | 64.29 | 0.59 | 0.46 |
| Hex | B2 | BC | 30 | 5 | 0 | 4A | 1A | 40 | 3B | 2E |
| Octal | 262 | 274 | 60 | 5 | 0 | 112 | 32 | 100 | 73 | 56 |
| Binary | 10110010 | 10111100 | 110000 | 101 | 0 | 1001010 | 11010 | 1000000 | 111011 | 101110 |
Color Harmonies of #B2BC30
Complementary color
Monochromatic Colors of #B2BC30
Black with #B2BC30
Text Example
Text Example
White with #B2BC30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2BC30; }
p { color: rgb(178,188,48); }
H1.HeaderClassName
{
color: #B2BC30;
}
.AnyTagClassName
{
color: #B2BC30;
}
</style>
background-color css
<style>
a { background-color: #B2BC30; }
a { background-color: rgb(178,188,48); }
div.DivClassName
{
background-color: #B2BC30;
}
.BgClassName
{
background-color: #B2BC30;
}
</style>
border-color css
<style>
span { border-color: #B2BC30; }
span { border-color: rgb(178,188,48); }
td.TdClassName
{
border-color: #B2BC30;
}
.TagClassName
{
border-color: #B2BC30;
}
</style>