Shades of Bahia #B0BE30
Tints of Bahia #B0BE30
RGB
CMYK
RGB Variations
Color information
#B0BE30 (or 0xB0BE30) is known color: Bahia. HEX triplet: B0, BE and 30. RGB value is (176,190,48). Sum of RGB (Red+Green+Blue) = 176+190+48=414 (54% of max value = 765). Red value is 176 (69.14% from 255 or 42.51% from 414); Green value is 190 (74.61% from 255 or 45.89% from 414); Blue value is 48 (19.14% from 255 or 11.59% from 414); Max value from RGB is 190 - color contains mainly: green. Hex color #B0BE30 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B0BE30 is #4F41CF. Grayscale: #AAAAAA. Windows color (decimal): -5194192 or 3194544. OLE color: 3194544.
HSL color Cylindrical-coordinate representation of color #B0BE30: hue angle of 65.92º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B0BE30 is Cyan = 0.07, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 176 | 190 | 48 | - |
| CMYK | 0.07 | 0 | 0.75 | 0.25 |
| HSL | 65.92º | 0.6% | 0.47% | - |
| HSV(B) | 65.92º | 0.75% | 0.75% | - |
| XYZ | 36.85 | 46.27 | 9.79 | - |
| YUV | 169.63 | 59.36 | 132.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 190 | 48 | 0.07 | 0 | 0.75 | 0.25 | 65.92 | 0.6 | 0.47 |
| Hex | B0 | BE | 30 | 7 | 0 | 4B | 19 | 42 | 3C | 2F |
| Octal | 260 | 276 | 60 | 7 | 0 | 113 | 31 | 102 | 74 | 57 |
| Binary | 10110000 | 10111110 | 110000 | 111 | 0 | 1001011 | 11001 | 1000010 | 111100 | 101111 |
Color Harmonies of #B0BE30
Complementary color
Monochromatic Colors of #B0BE30
Black with #B0BE30
Text Example
Text Example
White with #B0BE30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0BE30; }
p { color: rgb(176,190,48); }
H1.HeaderClassName
{
color: #B0BE30;
}
.AnyTagClassName
{
color: #B0BE30;
}
</style>
background-color css
<style>
a { background-color: #B0BE30; }
a { background-color: rgb(176,190,48); }
div.DivClassName
{
background-color: #B0BE30;
}
.BgClassName
{
background-color: #B0BE30;
}
</style>
border-color css
<style>
span { border-color: #B0BE30; }
span { border-color: rgb(176,190,48); }
td.TdClassName
{
border-color: #B0BE30;
}
.TagClassName
{
border-color: #B0BE30;
}
</style>