Shades of Bahia #B0C72B
Tints of Bahia #B0C72B
RGB
CMYK
RGB Variations
Color information
#B0C72B (or 0xB0C72B) is known color: Bahia. HEX triplet: B0, C7 and 2B. RGB value is (176,199,43). Sum of RGB (Red+Green+Blue) = 176+199+43=418 (55% of max value = 765). Red value is 176 (69.14% from 255 or 42.11% from 418); Green value is 199 (78.12% from 255 or 47.61% from 418); Blue value is 43 (17.19% from 255 or 10.29% from 418); Max value from RGB is 199 - color contains mainly: green. Hex color #B0C72B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B0C72B is #4F38D4. Grayscale: #AEAEAE. Windows color (decimal): -5191893 or 2869168. OLE color: 2869168.
HSL color Cylindrical-coordinate representation of color #B0C72B: hue angle of 68.85º degrees, saturation: 0.64, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B0C72B is Cyan = 0.12, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 176 | 199 | 43 | - |
| CMYK | 0.12 | 0 | 0.78 | 0.22 |
| HSL | 68.85º | 0.64% | 0.47% | - |
| HSV(B) | 68.85º | 0.78% | 0.78% | - |
| XYZ | 38.76 | 50.25 | 9.94 | - |
| YUV | 174.34 | 53.88 | 129.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 199 | 43 | 0.12 | 0 | 0.78 | 0.22 | 68.85 | 0.64 | 0.47 |
| Hex | B0 | C7 | 2B | C | 0 | 4E | 16 | 45 | 40 | 2F |
| Octal | 260 | 307 | 53 | 14 | 0 | 116 | 26 | 105 | 100 | 57 |
| Binary | 10110000 | 11000111 | 101011 | 1100 | 0 | 1001110 | 10110 | 1000101 | 1000000 | 101111 |
Color Harmonies of #B0C72B
Complementary color
Monochromatic Colors of #B0C72B
Black with #B0C72B
Text Example
Text Example
White with #B0C72B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0C72B; }
p { color: rgb(176,199,43); }
H1.HeaderClassName
{
color: #B0C72B;
}
.AnyTagClassName
{
color: #B0C72B;
}
</style>
background-color css
<style>
a { background-color: #B0C72B; }
a { background-color: rgb(176,199,43); }
div.DivClassName
{
background-color: #B0C72B;
}
.BgClassName
{
background-color: #B0C72B;
}
</style>
border-color css
<style>
span { border-color: #B0C72B; }
span { border-color: rgb(176,199,43); }
td.TdClassName
{
border-color: #B0C72B;
}
.TagClassName
{
border-color: #B0C72B;
}
</style>