Shades of Bahia #B0C82B
Tints of Bahia #B0C82B
RGB
CMYK
RGB Variations
Color information
#B0C82B (or 0xB0C82B) is known color: Bahia. HEX triplet: B0, C8 and 2B. RGB value is (176,200,43). Sum of RGB (Red+Green+Blue) = 176+200+43=419 (55% of max value = 765). Red value is 176 (69.14% from 255 or 42.00% from 419); Green value is 200 (78.52% from 255 or 47.73% from 419); Blue value is 43 (17.19% from 255 or 10.26% from 419); Max value from RGB is 200 - color contains mainly: green. Hex color #B0C82B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B0C82B is #4F37D4. Grayscale: #AFAFAF. Windows color (decimal): -5191637 or 2869424. OLE color: 2869424.
HSL color Cylindrical-coordinate representation of color #B0C82B: hue angle of 69.17º degrees, saturation: 0.65, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B0C82B is Cyan = 0.12, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 176 | 200 | 43 | - |
| CMYK | 0.12 | 0 | 0.78 | 0.22 |
| HSL | 69.17º | 0.65% | 0.48% | - |
| HSV(B) | 69.17º | 0.79% | 0.78% | - |
| XYZ | 38.99 | 50.71 | 10.02 | - |
| YUV | 174.93 | 53.55 | 128.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 200 | 43 | 0.12 | 0 | 0.78 | 0.22 | 69.17 | 0.65 | 0.48 |
| Hex | B0 | C8 | 2B | C | 0 | 4E | 16 | 45 | 41 | 30 |
| Octal | 260 | 310 | 53 | 14 | 0 | 116 | 26 | 105 | 101 | 60 |
| Binary | 10110000 | 11001000 | 101011 | 1100 | 0 | 1001110 | 10110 | 1000101 | 1000001 | 110000 |
Color Harmonies of #B0C82B
Complementary color
Monochromatic Colors of #B0C82B
Black with #B0C82B
Text Example
Text Example
White with #B0C82B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0C82B; }
p { color: rgb(176,200,43); }
H1.HeaderClassName
{
color: #B0C82B;
}
.AnyTagClassName
{
color: #B0C82B;
}
</style>
background-color css
<style>
a { background-color: #B0C82B; }
a { background-color: rgb(176,200,43); }
div.DivClassName
{
background-color: #B0C82B;
}
.BgClassName
{
background-color: #B0C82B;
}
</style>
border-color css
<style>
span { border-color: #B0C82B; }
span { border-color: rgb(176,200,43); }
td.TdClassName
{
border-color: #B0C82B;
}
.TagClassName
{
border-color: #B0C82B;
}
</style>