Shades of Bahia #B0C533
Tints of Bahia #B0C533
RGB
CMYK
RGB Variations
Color information
#B0C533 (or 0xB0C533) is known color: Bahia. HEX triplet: B0, C5 and 33. RGB value is (176,197,51). Sum of RGB (Red+Green+Blue) = 176+197+51=424 (56% of max value = 765). Red value is 176 (69.14% from 255 or 41.51% from 424); Green value is 197 (77.34% from 255 or 46.46% from 424); Blue value is 51 (20.31% from 255 or 12.03% from 424); Max value from RGB is 197 - color contains mainly: green. Hex color #B0C533 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B0C533 is #4F3ACC. Grayscale: #AEAEAE. Windows color (decimal): -5192397 or 3392944. OLE color: 3392944.
HSL color Cylindrical-coordinate representation of color #B0C533: hue angle of 68.63º degrees, saturation: 0.59, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B0C533 is Cyan = 0.11, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 176 | 197 | 51 | - |
| CMYK | 0.11 | 0 | 0.74 | 0.23 |
| HSL | 68.63º | 0.59% | 0.49% | - |
| HSV(B) | 68.63º | 0.74% | 0.77% | - |
| XYZ | 38.47 | 49.4 | 10.64 | - |
| YUV | 174.08 | 58.54 | 129.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 197 | 51 | 0.11 | 0 | 0.74 | 0.23 | 68.63 | 0.59 | 0.49 |
| Hex | B0 | C5 | 33 | B | 0 | 4A | 17 | 45 | 3B | 31 |
| Octal | 260 | 305 | 63 | 13 | 0 | 112 | 27 | 105 | 73 | 61 |
| Binary | 10110000 | 11000101 | 110011 | 1011 | 0 | 1001010 | 10111 | 1000101 | 111011 | 110001 |
Color Harmonies of #B0C533
Complementary color
Monochromatic Colors of #B0C533
Black with #B0C533
Text Example
Text Example
White with #B0C533
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0C533; }
p { color: rgb(176,197,51); }
H1.HeaderClassName
{
color: #B0C533;
}
.AnyTagClassName
{
color: #B0C533;
}
</style>
background-color css
<style>
a { background-color: #B0C533; }
a { background-color: rgb(176,197,51); }
div.DivClassName
{
background-color: #B0C533;
}
.BgClassName
{
background-color: #B0C533;
}
</style>
border-color css
<style>
span { border-color: #B0C533; }
span { border-color: rgb(176,197,51); }
td.TdClassName
{
border-color: #B0C533;
}
.TagClassName
{
border-color: #B0C533;
}
</style>