Shades of Bahia #B0C033
Tints of Bahia #B0C033
RGB
CMYK
RGB Variations
Color information
#B0C033 (or 0xB0C033) is known color: Bahia. HEX triplet: B0, C0 and 33. RGB value is (176,192,51). Sum of RGB (Red+Green+Blue) = 176+192+51=419 (55% of max value = 765). Red value is 176 (69.14% from 255 or 42.00% from 419); Green value is 192 (75.39% from 255 or 45.82% from 419); Blue value is 51 (20.31% from 255 or 12.17% from 419); Max value from RGB is 192 - color contains mainly: green. Hex color #B0C033 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B0C033 is #4F3FCC. Grayscale: #ABABAB. Windows color (decimal): -5193677 or 3391664. OLE color: 3391664.
HSL color Cylindrical-coordinate representation of color #B0C033: hue angle of 66.81º degrees, saturation: 0.58, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B0C033 is Cyan = 0.08, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 176 | 192 | 51 | - |
| CMYK | 0.08 | 0 | 0.73 | 0.25 |
| HSL | 66.81º | 0.58% | 0.48% | - |
| HSV(B) | 66.81º | 0.73% | 0.75% | - |
| XYZ | 37.35 | 47.17 | 10.27 | - |
| YUV | 171.14 | 60.2 | 131.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 192 | 51 | 0.08 | 0 | 0.73 | 0.25 | 66.81 | 0.58 | 0.48 |
| Hex | B0 | C0 | 33 | 8 | 0 | 49 | 19 | 43 | 3A | 30 |
| Octal | 260 | 300 | 63 | 10 | 0 | 111 | 31 | 103 | 72 | 60 |
| Binary | 10110000 | 11000000 | 110011 | 1000 | 0 | 1001001 | 11001 | 1000011 | 111010 | 110000 |
Color Harmonies of #B0C033
Complementary color
Monochromatic Colors of #B0C033
Black with #B0C033
Text Example
Text Example
White with #B0C033
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0C033; }
p { color: rgb(176,192,51); }
H1.HeaderClassName
{
color: #B0C033;
}
.AnyTagClassName
{
color: #B0C033;
}
</style>
background-color css
<style>
a { background-color: #B0C033; }
a { background-color: rgb(176,192,51); }
div.DivClassName
{
background-color: #B0C033;
}
.BgClassName
{
background-color: #B0C033;
}
</style>
border-color css
<style>
span { border-color: #B0C033; }
span { border-color: rgb(176,192,51); }
td.TdClassName
{
border-color: #B0C033;
}
.TagClassName
{
border-color: #B0C033;
}
</style>