Shades of Bahia #B0BE31
Tints of Bahia #B0BE31
RGB
CMYK
RGB Variations
Color information
#B0BE31 (or 0xB0BE31) is known color: Bahia. HEX triplet: B0, BE and 31. RGB value is (176,190,49). Sum of RGB (Red+Green+Blue) = 176+190+49=415 (54% of max value = 765). Red value is 176 (69.14% from 255 or 42.41% from 415); Green value is 190 (74.61% from 255 or 45.78% from 415); Blue value is 49 (19.53% from 255 or 11.81% from 415); Max value from RGB is 190 - color contains mainly: green. Hex color #B0BE31 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B0BE31 is #4F41CE. Grayscale: #AAAAAA. Windows color (decimal): -5194191 or 3260080. OLE color: 3260080.
HSL color Cylindrical-coordinate representation of color #B0BE31: hue angle of 65.96º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B0BE31 is Cyan = 0.07, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 176 | 190 | 49 | - |
| CMYK | 0.07 | 0 | 0.74 | 0.25 |
| HSL | 65.96º | 0.59% | 0.47% | - |
| HSV(B) | 65.96º | 0.74% | 0.75% | - |
| XYZ | 36.87 | 46.28 | 9.9 | - |
| YUV | 169.74 | 59.86 | 132.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 190 | 49 | 0.07 | 0 | 0.74 | 0.25 | 65.96 | 0.59 | 0.47 |
| Hex | B0 | BE | 31 | 7 | 0 | 4A | 19 | 42 | 3B | 2F |
| Octal | 260 | 276 | 61 | 7 | 0 | 112 | 31 | 102 | 73 | 57 |
| Binary | 10110000 | 10111110 | 110001 | 111 | 0 | 1001010 | 11001 | 1000010 | 111011 | 101111 |
Color Harmonies of #B0BE31
Complementary color
Monochromatic Colors of #B0BE31
Black with #B0BE31
Text Example
Text Example
White with #B0BE31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0BE31; }
p { color: rgb(176,190,49); }
H1.HeaderClassName
{
color: #B0BE31;
}
.AnyTagClassName
{
color: #B0BE31;
}
</style>
background-color css
<style>
a { background-color: #B0BE31; }
a { background-color: rgb(176,190,49); }
div.DivClassName
{
background-color: #B0BE31;
}
.BgClassName
{
background-color: #B0BE31;
}
</style>
border-color css
<style>
span { border-color: #B0BE31; }
span { border-color: rgb(176,190,49); }
td.TdClassName
{
border-color: #B0BE31;
}
.TagClassName
{
border-color: #B0BE31;
}
</style>