Shades of Bahia #B0BF1F
Tints of Bahia #B0BF1F
RGB
CMYK
RGB Variations
Color information
#B0BF1F (or 0xB0BF1F) is known color: Bahia. HEX triplet: B0, BF and 1F. RGB value is (176,191,31). Sum of RGB (Red+Green+Blue) = 176+191+31=398 (52% of max value = 765). Red value is 176 (69.14% from 255 or 44.22% from 398); Green value is 191 (75% from 255 or 47.99% from 398); Blue value is 31 (12.5% from 255 or 7.79% from 398); Max value from RGB is 191 - color contains mainly: green. Hex color #B0BF1F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B0BF1F is #4F40E0. Grayscale: #A8A8A8. Windows color (decimal): -5193953 or 2080688. OLE color: 2080688.
HSL color Cylindrical-coordinate representation of color #B0BF1F: hue angle of 65.62º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B0BF1F is Cyan = 0.08, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 176 | 191 | 31 | - |
| CMYK | 0.08 | 0 | 0.84 | 0.25 |
| HSL | 65.63º | 0.72% | 0.44% | - |
| HSV(B) | 65.63º | 0.84% | 0.75% | - |
| XYZ | 36.78 | 46.59 | 8.35 | - |
| YUV | 168.28 | 50.53 | 133.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 191 | 31 | 0.08 | 0 | 0.84 | 0.25 | 65.63 | 0.72 | 0.44 |
| Hex | B0 | BF | 1F | 8 | 0 | 54 | 19 | 42 | 48 | 2C |
| Octal | 260 | 277 | 37 | 10 | 0 | 124 | 31 | 102 | 110 | 54 |
| Binary | 10110000 | 10111111 | 11111 | 1000 | 0 | 1010100 | 11001 | 1000010 | 1001000 | 101100 |
Color Harmonies of #B0BF1F
Complementary color
Monochromatic Colors of #B0BF1F
Black with #B0BF1F
Text Example
Text Example
White with #B0BF1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0BF1F; }
p { color: rgb(176,191,31); }
H1.HeaderClassName
{
color: #B0BF1F;
}
.AnyTagClassName
{
color: #B0BF1F;
}
</style>
background-color css
<style>
a { background-color: #B0BF1F; }
a { background-color: rgb(176,191,31); }
div.DivClassName
{
background-color: #B0BF1F;
}
.BgClassName
{
background-color: #B0BF1F;
}
</style>
border-color css
<style>
span { border-color: #B0BF1F; }
span { border-color: rgb(176,191,31); }
td.TdClassName
{
border-color: #B0BF1F;
}
.TagClassName
{
border-color: #B0BF1F;
}
</style>