Shades of Bahia #B0BD30
Tints of Bahia #B0BD30
RGB
CMYK
RGB Variations
Color information
#B0BD30 (or 0xB0BD30) is known color: Bahia. HEX triplet: B0, BD and 30. RGB value is (176,189,48). Sum of RGB (Red+Green+Blue) = 176+189+48=413 (54% of max value = 765). Red value is 176 (69.14% from 255 or 42.62% from 413); Green value is 189 (74.22% from 255 or 45.76% from 413); Blue value is 48 (19.14% from 255 or 11.62% from 413); Max value from RGB is 189 - color contains mainly: green. Hex color #B0BD30 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B0BD30 is #4F42CF. Grayscale: #A9A9A9. Windows color (decimal): -5194448 or 3194288. OLE color: 3194288.
HSL color Cylindrical-coordinate representation of color #B0BD30: hue angle of 65.53º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B0BD30 is Cyan = 0.07, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 176 | 189 | 48 | - |
| CMYK | 0.07 | 0 | 0.75 | 0.26 |
| HSL | 65.53º | 0.59% | 0.46% | - |
| HSV(B) | 65.53º | 0.75% | 0.74% | - |
| XYZ | 36.64 | 45.84 | 9.71 | - |
| YUV | 169.04 | 59.69 | 132.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 189 | 48 | 0.07 | 0 | 0.75 | 0.26 | 65.53 | 0.59 | 0.46 |
| Hex | B0 | BD | 30 | 7 | 0 | 4B | 1A | 42 | 3B | 2E |
| Octal | 260 | 275 | 60 | 7 | 0 | 113 | 32 | 102 | 73 | 56 |
| Binary | 10110000 | 10111101 | 110000 | 111 | 0 | 1001011 | 11010 | 1000010 | 111011 | 101110 |
Color Harmonies of #B0BD30
Complementary color
Monochromatic Colors of #B0BD30
Black with #B0BD30
Text Example
Text Example
White with #B0BD30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0BD30; }
p { color: rgb(176,189,48); }
H1.HeaderClassName
{
color: #B0BD30;
}
.AnyTagClassName
{
color: #B0BD30;
}
</style>
background-color css
<style>
a { background-color: #B0BD30; }
a { background-color: rgb(176,189,48); }
div.DivClassName
{
background-color: #B0BD30;
}
.BgClassName
{
background-color: #B0BD30;
}
</style>
border-color css
<style>
span { border-color: #B0BD30; }
span { border-color: rgb(176,189,48); }
td.TdClassName
{
border-color: #B0BD30;
}
.TagClassName
{
border-color: #B0BD30;
}
</style>