Shades of Bahia #B1BD1F
Tints of Bahia #B1BD1F
RGB
CMYK
RGB Variations
Color information
#B1BD1F (or 0xB1BD1F) is known color: Bahia. HEX triplet: B1, BD and 1F. RGB value is (177,189,31). Sum of RGB (Red+Green+Blue) = 177+189+31=397 (52% of max value = 765). Red value is 177 (69.53% from 255 or 44.58% from 397); Green value is 189 (74.22% from 255 or 47.61% from 397); Blue value is 31 (12.5% from 255 or 7.81% from 397); Max value from RGB is 189 - color contains mainly: green. Hex color #B1BD1F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B1BD1F is #4E42E0. Grayscale: #A8A8A8. Windows color (decimal): -5128929 or 2080177. OLE color: 2080177.
HSL color Cylindrical-coordinate representation of color #B1BD1F: hue angle of 64.56º degrees, saturation: 0.72, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B1BD1F is Cyan = 0.06, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 177 | 189 | 31 | - |
| CMYK | 0.06 | 0 | 0.84 | 0.26 |
| HSL | 64.56º | 0.72% | 0.43% | - |
| HSV(B) | 64.56º | 0.84% | 0.74% | - |
| XYZ | 36.58 | 45.84 | 8.22 | - |
| YUV | 167.4 | 51.02 | 134.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 189 | 31 | 0.06 | 0 | 0.84 | 0.26 | 64.56 | 0.72 | 0.43 |
| Hex | B1 | BD | 1F | 6 | 0 | 54 | 1A | 41 | 48 | 2B |
| Octal | 261 | 275 | 37 | 6 | 0 | 124 | 32 | 101 | 110 | 53 |
| Binary | 10110001 | 10111101 | 11111 | 110 | 0 | 1010100 | 11010 | 1000001 | 1001000 | 101011 |
Color Harmonies of #B1BD1F
Complementary color
Monochromatic Colors of #B1BD1F
Black with #B1BD1F
Text Example
Text Example
White with #B1BD1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1BD1F; }
p { color: rgb(177,189,31); }
H1.HeaderClassName
{
color: #B1BD1F;
}
.AnyTagClassName
{
color: #B1BD1F;
}
</style>
background-color css
<style>
a { background-color: #B1BD1F; }
a { background-color: rgb(177,189,31); }
div.DivClassName
{
background-color: #B1BD1F;
}
.BgClassName
{
background-color: #B1BD1F;
}
</style>
border-color css
<style>
span { border-color: #B1BD1F; }
span { border-color: rgb(177,189,31); }
td.TdClassName
{
border-color: #B1BD1F;
}
.TagClassName
{
border-color: #B1BD1F;
}
</style>