Shades of Bahia #B3BC28
Tints of Bahia #B3BC28
RGB
CMYK
RGB Variations
Color information
#B3BC28 (or 0xB3BC28) is known color: Bahia. HEX triplet: B3, BC and 28. RGB value is (179,188,40). Sum of RGB (Red+Green+Blue) = 179+188+40=407 (53% of max value = 765). Red value is 179 (70.31% from 255 or 43.98% from 407); Green value is 188 (73.83% from 255 or 46.19% from 407); Blue value is 40 (16.02% from 255 or 9.83% from 407); Max value from RGB is 188 - color contains mainly: green. Hex color #B3BC28 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B3BC28 is #4C43D7. Grayscale: #A9A9A9. Windows color (decimal): -4998104 or 2669747. OLE color: 2669747.
HSL color Cylindrical-coordinate representation of color #B3BC28: hue angle of 63.65º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B3BC28 is Cyan = 0.05, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 179 | 188 | 40 | - |
| CMYK | 0.05 | 0 | 0.79 | 0.26 |
| HSL | 63.65º | 0.65% | 0.45% | - |
| HSV(B) | 63.65º | 0.79% | 0.74% | - |
| XYZ | 36.96 | 45.7 | 8.88 | - |
| YUV | 168.44 | 55.52 | 135.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 188 | 40 | 0.05 | 0 | 0.79 | 0.26 | 63.65 | 0.65 | 0.45 |
| Hex | B3 | BC | 28 | 5 | 0 | 4F | 1A | 40 | 41 | 2D |
| Octal | 263 | 274 | 50 | 5 | 0 | 117 | 32 | 100 | 101 | 55 |
| Binary | 10110011 | 10111100 | 101000 | 101 | 0 | 1001111 | 11010 | 1000000 | 1000001 | 101101 |
Color Harmonies of #B3BC28
Complementary color
Monochromatic Colors of #B3BC28
Black with #B3BC28
Text Example
Text Example
White with #B3BC28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3BC28; }
p { color: rgb(179,188,40); }
H1.HeaderClassName
{
color: #B3BC28;
}
.AnyTagClassName
{
color: #B3BC28;
}
</style>
background-color css
<style>
a { background-color: #B3BC28; }
a { background-color: rgb(179,188,40); }
div.DivClassName
{
background-color: #B3BC28;
}
.BgClassName
{
background-color: #B3BC28;
}
</style>
border-color css
<style>
span { border-color: #B3BC28; }
span { border-color: rgb(179,188,40); }
td.TdClassName
{
border-color: #B3BC28;
}
.TagClassName
{
border-color: #B3BC28;
}
</style>