Shades of Bahia #B0BC1D
Tints of Bahia #B0BC1D
RGB
CMYK
RGB Variations
Color information
#B0BC1D (or 0xB0BC1D) is known color: Bahia. HEX triplet: B0, BC and 1D. RGB value is (176,188,29). Sum of RGB (Red+Green+Blue) = 176+188+29=393 (52% of max value = 765). Red value is 176 (69.14% from 255 or 44.78% from 393); Green value is 188 (73.83% from 255 or 47.84% from 393); Blue value is 29 (11.72% from 255 or 7.38% from 393); Max value from RGB is 188 - color contains mainly: green. Hex color #B0BC1D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B0BC1D is #4F43E2. Grayscale: #A6A6A6. Windows color (decimal): -5194723 or 1948848. OLE color: 1948848.
HSL color Cylindrical-coordinate representation of color #B0BC1D: hue angle of 64.53º degrees, saturation: 0.73, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B0BC1D is Cyan = 0.06, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 176 | 188 | 29 | - |
| CMYK | 0.06 | 0 | 0.85 | 0.26 |
| HSL | 64.53º | 0.73% | 0.43% | - |
| HSV(B) | 64.53º | 0.85% | 0.74% | - |
| XYZ | 36.11 | 45.29 | 8 | - |
| YUV | 166.29 | 50.52 | 134.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 188 | 29 | 0.06 | 0 | 0.85 | 0.26 | 64.53 | 0.73 | 0.43 |
| Hex | B0 | BC | 1D | 6 | 0 | 55 | 1A | 41 | 49 | 2B |
| Octal | 260 | 274 | 35 | 6 | 0 | 125 | 32 | 101 | 111 | 53 |
| Binary | 10110000 | 10111100 | 11101 | 110 | 0 | 1010101 | 11010 | 1000001 | 1001001 | 101011 |
Color Harmonies of #B0BC1D
Complementary color
Monochromatic Colors of #B0BC1D
Black with #B0BC1D
Text Example
Text Example
White with #B0BC1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0BC1D; }
p { color: rgb(176,188,29); }
H1.HeaderClassName
{
color: #B0BC1D;
}
.AnyTagClassName
{
color: #B0BC1D;
}
</style>
background-color css
<style>
a { background-color: #B0BC1D; }
a { background-color: rgb(176,188,29); }
div.DivClassName
{
background-color: #B0BC1D;
}
.BgClassName
{
background-color: #B0BC1D;
}
</style>
border-color css
<style>
span { border-color: #B0BC1D; }
span { border-color: rgb(176,188,29); }
td.TdClassName
{
border-color: #B0BC1D;
}
.TagClassName
{
border-color: #B0BC1D;
}
</style>