Shades of Bahia #B1BD23
Tints of Bahia #B1BD23
RGB
CMYK
RGB Variations
Color information
#B1BD23 (or 0xB1BD23) is known color: Bahia. HEX triplet: B1, BD and 23. RGB value is (177,189,35). Sum of RGB (Red+Green+Blue) = 177+189+35=401 (53% of max value = 765). Red value is 177 (69.53% from 255 or 44.14% from 401); Green value is 189 (74.22% from 255 or 47.13% from 401); Blue value is 35 (14.06% from 255 or 8.73% from 401); Max value from RGB is 189 - color contains mainly: green. Hex color #B1BD23 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B1BD23 is #4E42DC. Grayscale: #A8A8A8. Windows color (decimal): -5128925 or 2342321. OLE color: 2342321.
HSL color Cylindrical-coordinate representation of color #B1BD23: hue angle of 64.68º degrees, saturation: 0.69, 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 #B1BD23 is Cyan = 0.06, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 177 | 189 | 35 | - |
| CMYK | 0.06 | 0 | 0.81 | 0.26 |
| HSL | 64.68º | 0.69% | 0.44% | - |
| HSV(B) | 64.68º | 0.81% | 0.74% | - |
| XYZ | 36.63 | 45.86 | 8.51 | - |
| YUV | 167.86 | 53.02 | 134.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 189 | 35 | 0.06 | 0 | 0.81 | 0.26 | 64.68 | 0.69 | 0.44 |
| Hex | B1 | BD | 23 | 6 | 0 | 51 | 1A | 41 | 45 | 2C |
| Octal | 261 | 275 | 43 | 6 | 0 | 121 | 32 | 101 | 105 | 54 |
| Binary | 10110001 | 10111101 | 100011 | 110 | 0 | 1010001 | 11010 | 1000001 | 1000101 | 101100 |
Color Harmonies of #B1BD23
Complementary color
Monochromatic Colors of #B1BD23
Black with #B1BD23
Text Example
Text Example
White with #B1BD23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1BD23; }
p { color: rgb(177,189,35); }
H1.HeaderClassName
{
color: #B1BD23;
}
.AnyTagClassName
{
color: #B1BD23;
}
</style>
background-color css
<style>
a { background-color: #B1BD23; }
a { background-color: rgb(177,189,35); }
div.DivClassName
{
background-color: #B1BD23;
}
.BgClassName
{
background-color: #B1BD23;
}
</style>
border-color css
<style>
span { border-color: #B1BD23; }
span { border-color: rgb(177,189,35); }
td.TdClassName
{
border-color: #B1BD23;
}
.TagClassName
{
border-color: #B1BD23;
}
</style>