Shades of Bahia #B2BC23
Tints of Bahia #B2BC23
RGB
CMYK
RGB Variations
Color information
#B2BC23 (or 0xB2BC23) is known color: Bahia. HEX triplet: B2, BC and 23. RGB value is (178,188,35). Sum of RGB (Red+Green+Blue) = 178+188+35=401 (53% of max value = 765). Red value is 178 (69.92% from 255 or 44.39% from 401); Green value is 188 (73.83% from 255 or 46.88% from 401); Blue value is 35 (14.06% from 255 or 8.73% from 401); Max value from RGB is 188 - color contains mainly: green. Hex color #B2BC23 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2BC23 is #4D43DC. Grayscale: #A8A8A8. Windows color (decimal): -5063645 or 2342066. OLE color: 2342066.
HSL color Cylindrical-coordinate representation of color #B2BC23: hue angle of 63.92º degrees, saturation: 0.69, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B2BC23 is Cyan = 0.05, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 178 | 188 | 35 | - |
| CMYK | 0.05 | 0 | 0.81 | 0.26 |
| HSL | 63.92º | 0.69% | 0.44% | - |
| HSV(B) | 63.92º | 0.81% | 0.74% | - |
| XYZ | 36.65 | 45.55 | 8.45 | - |
| YUV | 167.57 | 53.19 | 135.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 188 | 35 | 0.05 | 0 | 0.81 | 0.26 | 63.92 | 0.69 | 0.44 |
| Hex | B2 | BC | 23 | 5 | 0 | 51 | 1A | 40 | 45 | 2C |
| Octal | 262 | 274 | 43 | 5 | 0 | 121 | 32 | 100 | 105 | 54 |
| Binary | 10110010 | 10111100 | 100011 | 101 | 0 | 1010001 | 11010 | 1000000 | 1000101 | 101100 |
Color Harmonies of #B2BC23
Complementary color
Monochromatic Colors of #B2BC23
Black with #B2BC23
Text Example
Text Example
White with #B2BC23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2BC23; }
p { color: rgb(178,188,35); }
H1.HeaderClassName
{
color: #B2BC23;
}
.AnyTagClassName
{
color: #B2BC23;
}
</style>
background-color css
<style>
a { background-color: #B2BC23; }
a { background-color: rgb(178,188,35); }
div.DivClassName
{
background-color: #B2BC23;
}
.BgClassName
{
background-color: #B2BC23;
}
</style>
border-color css
<style>
span { border-color: #B2BC23; }
span { border-color: rgb(178,188,35); }
td.TdClassName
{
border-color: #B2BC23;
}
.TagClassName
{
border-color: #B2BC23;
}
</style>