Shades of Bahia #B1BD24
Tints of Bahia #B1BD24
RGB
CMYK
RGB Variations
Color information
#B1BD24 (or 0xB1BD24) is known color: Bahia. HEX triplet: B1, BD and 24. RGB value is (177,189,36). Sum of RGB (Red+Green+Blue) = 177+189+36=402 (53% of max value = 765). Red value is 177 (69.53% from 255 or 44.03% from 402); Green value is 189 (74.22% from 255 or 47.01% from 402); Blue value is 36 (14.45% from 255 or 8.96% from 402); Max value from RGB is 189 - color contains mainly: green. Hex color #B1BD24 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B1BD24 is #4E42DB. Grayscale: #A8A8A8. Windows color (decimal): -5128924 or 2407857. OLE color: 2407857.
HSL color Cylindrical-coordinate representation of color #B1BD24: hue angle of 64.71º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B1BD24 is Cyan = 0.06, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 177 | 189 | 36 | - |
| CMYK | 0.06 | 0 | 0.81 | 0.26 |
| HSL | 64.71º | 0.68% | 0.44% | - |
| HSV(B) | 64.71º | 0.81% | 0.74% | - |
| XYZ | 36.65 | 45.87 | 8.59 | - |
| YUV | 167.97 | 53.52 | 134.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 189 | 36 | 0.06 | 0 | 0.81 | 0.26 | 64.71 | 0.68 | 0.44 |
| Hex | B1 | BD | 24 | 6 | 0 | 51 | 1A | 41 | 44 | 2C |
| Octal | 261 | 275 | 44 | 6 | 0 | 121 | 32 | 101 | 104 | 54 |
| Binary | 10110001 | 10111101 | 100100 | 110 | 0 | 1010001 | 11010 | 1000001 | 1000100 | 101100 |
Color Harmonies of #B1BD24
Complementary color
Monochromatic Colors of #B1BD24
Black with #B1BD24
Text Example
Text Example
White with #B1BD24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1BD24; }
p { color: rgb(177,189,36); }
H1.HeaderClassName
{
color: #B1BD24;
}
.AnyTagClassName
{
color: #B1BD24;
}
</style>
background-color css
<style>
a { background-color: #B1BD24; }
a { background-color: rgb(177,189,36); }
div.DivClassName
{
background-color: #B1BD24;
}
.BgClassName
{
background-color: #B1BD24;
}
</style>
border-color css
<style>
span { border-color: #B1BD24; }
span { border-color: rgb(177,189,36); }
td.TdClassName
{
border-color: #B1BD24;
}
.TagClassName
{
border-color: #B1BD24;
}
</style>