Shades of Bahia #B0C72C
Tints of Bahia #B0C72C
RGB
CMYK
RGB Variations
Color information
#B0C72C (or 0xB0C72C) is known color: Bahia. HEX triplet: B0, C7 and 2C. RGB value is (176,199,44). Sum of RGB (Red+Green+Blue) = 176+199+44=419 (55% of max value = 765). Red value is 176 (69.14% from 255 or 42.00% from 419); Green value is 199 (78.12% from 255 or 47.49% from 419); Blue value is 44 (17.58% from 255 or 10.50% from 419); Max value from RGB is 199 - color contains mainly: green. Hex color #B0C72C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B0C72C is #4F38D3. Grayscale: #AFAFAF. Windows color (decimal): -5191892 or 2934704. OLE color: 2934704.
HSL color Cylindrical-coordinate representation of color #B0C72C: hue angle of 68.9º degrees, saturation: 0.64, 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 #B0C72C is Cyan = 0.12, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 176 | 199 | 44 | - |
| CMYK | 0.12 | 0 | 0.78 | 0.22 |
| HSL | 68.9º | 0.64% | 0.48% | - |
| HSV(B) | 68.9º | 0.78% | 0.78% | - |
| XYZ | 38.78 | 50.26 | 10.04 | - |
| YUV | 174.45 | 54.38 | 129.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 199 | 44 | 0.12 | 0 | 0.78 | 0.22 | 68.9 | 0.64 | 0.48 |
| Hex | B0 | C7 | 2C | C | 0 | 4E | 16 | 45 | 40 | 30 |
| Octal | 260 | 307 | 54 | 14 | 0 | 116 | 26 | 105 | 100 | 60 |
| Binary | 10110000 | 11000111 | 101100 | 1100 | 0 | 1001110 | 10110 | 1000101 | 1000000 | 110000 |
Color Harmonies of #B0C72C
Complementary color
Monochromatic Colors of #B0C72C
Black with #B0C72C
Text Example
Text Example
White with #B0C72C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0C72C; }
p { color: rgb(176,199,44); }
H1.HeaderClassName
{
color: #B0C72C;
}
.AnyTagClassName
{
color: #B0C72C;
}
</style>
background-color css
<style>
a { background-color: #B0C72C; }
a { background-color: rgb(176,199,44); }
div.DivClassName
{
background-color: #B0C72C;
}
.BgClassName
{
background-color: #B0C72C;
}
</style>
border-color css
<style>
span { border-color: #B0C72C; }
span { border-color: rgb(176,199,44); }
td.TdClassName
{
border-color: #B0C72C;
}
.TagClassName
{
border-color: #B0C72C;
}
</style>