Shades of Bahia #B0BC25
Tints of Bahia #B0BC25
RGB
CMYK
RGB Variations
Color information
#B0BC25 (or 0xB0BC25) is known color: Bahia. HEX triplet: B0, BC and 25. RGB value is (176,188,37). Sum of RGB (Red+Green+Blue) = 176+188+37=401 (53% of max value = 765). Red value is 176 (69.14% from 255 or 43.89% from 401); Green value is 188 (73.83% from 255 or 46.88% from 401); Blue value is 37 (14.84% from 255 or 9.23% from 401); Max value from RGB is 188 - color contains mainly: green. Hex color #B0BC25 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B0BC25 is #4F43DA. Grayscale: #A7A7A7. Windows color (decimal): -5194715 or 2473136. OLE color: 2473136.
HSL color Cylindrical-coordinate representation of color #B0BC25: hue angle of 64.77º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B0BC25 is Cyan = 0.06, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 176 | 188 | 37 | - |
| CMYK | 0.06 | 0 | 0.80 | 0.26 |
| HSL | 64.77º | 0.67% | 0.44% | - |
| HSV(B) | 64.77º | 0.8% | 0.74% | - |
| XYZ | 36.22 | 45.33 | 8.59 | - |
| YUV | 167.2 | 54.52 | 134.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 188 | 37 | 0.06 | 0 | 0.80 | 0.26 | 64.77 | 0.67 | 0.44 |
| Hex | B0 | BC | 25 | 6 | 0 | 50 | 1A | 41 | 43 | 2C |
| Octal | 260 | 274 | 45 | 6 | 0 | 120 | 32 | 101 | 103 | 54 |
| Binary | 10110000 | 10111100 | 100101 | 110 | 0 | 1010000 | 11010 | 1000001 | 1000011 | 101100 |
Color Harmonies of #B0BC25
Complementary color
Monochromatic Colors of #B0BC25
Black with #B0BC25
Text Example
Text Example
White with #B0BC25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0BC25; }
p { color: rgb(176,188,37); }
H1.HeaderClassName
{
color: #B0BC25;
}
.AnyTagClassName
{
color: #B0BC25;
}
</style>
background-color css
<style>
a { background-color: #B0BC25; }
a { background-color: rgb(176,188,37); }
div.DivClassName
{
background-color: #B0BC25;
}
.BgClassName
{
background-color: #B0BC25;
}
</style>
border-color css
<style>
span { border-color: #B0BC25; }
span { border-color: rgb(176,188,37); }
td.TdClassName
{
border-color: #B0BC25;
}
.TagClassName
{
border-color: #B0BC25;
}
</style>