Shades of Bahia #B0B620
Tints of Bahia #B0B620
RGB
CMYK
RGB Variations
Color information
#B0B620 (or 0xB0B620) is known color: Bahia. HEX triplet: B0, B6 and 20. RGB value is (176,182,32). Sum of RGB (Red+Green+Blue) = 176+182+32=390 (51% of max value = 765). Red value is 176 (69.14% from 255 or 45.13% from 390); Green value is 182 (71.48% from 255 or 46.67% from 390); Blue value is 32 (12.89% from 255 or 8.21% from 390); Max value from RGB is 182 - color contains mainly: green. Hex color #B0B620 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B0B620 is #4F49DF. Grayscale: #A3A3A3. Windows color (decimal): -5196256 or 2143920. OLE color: 2143920.
HSL color Cylindrical-coordinate representation of color #B0B620: hue angle of 62.4º degrees, saturation: 0.7, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B0B620 is Cyan = 0.03, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 176 | 182 | 32 | - |
| CMYK | 0.03 | 0 | 0.82 | 0.29 |
| HSL | 62.4º | 0.7% | 0.42% | - |
| HSV(B) | 62.4º | 0.82% | 0.71% | - |
| XYZ | 34.89 | 42.79 | 7.79 | - |
| YUV | 163.11 | 54.01 | 137.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 182 | 32 | 0.03 | 0 | 0.82 | 0.29 | 62.4 | 0.7 | 0.42 |
| Hex | B0 | B6 | 20 | 3 | 0 | 52 | 1D | 3E | 46 | 2A |
| Octal | 260 | 266 | 40 | 3 | 0 | 122 | 35 | 76 | 106 | 52 |
| Binary | 10110000 | 10110110 | 100000 | 11 | 0 | 1010010 | 11101 | 111110 | 1000110 | 101010 |
Color Harmonies of #B0B620
Complementary color
Monochromatic Colors of #B0B620
Black with #B0B620
Text Example
Text Example
White with #B0B620
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0B620; }
p { color: rgb(176,182,32); }
H1.HeaderClassName
{
color: #B0B620;
}
.AnyTagClassName
{
color: #B0B620;
}
</style>
background-color css
<style>
a { background-color: #B0B620; }
a { background-color: rgb(176,182,32); }
div.DivClassName
{
background-color: #B0B620;
}
.BgClassName
{
background-color: #B0B620;
}
</style>
border-color css
<style>
span { border-color: #B0B620; }
span { border-color: rgb(176,182,32); }
td.TdClassName
{
border-color: #B0B620;
}
.TagClassName
{
border-color: #B0B620;
}
</style>