Shades of Bahia #B0C72D
Tints of Bahia #B0C72D
RGB
CMYK
RGB Variations
Color information
#B0C72D (or 0xB0C72D) is known color: Bahia. HEX triplet: B0, C7 and 2D. RGB value is (176,199,45). Sum of RGB (Red+Green+Blue) = 176+199+45=420 (55% of max value = 765). Red value is 176 (69.14% from 255 or 41.90% from 420); Green value is 199 (78.12% from 255 or 47.38% from 420); Blue value is 45 (17.97% from 255 or 10.71% from 420); Max value from RGB is 199 - color contains mainly: green. Hex color #B0C72D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B0C72D is #4F38D2. Grayscale: #AFAFAF. Windows color (decimal): -5191891 or 3000240. OLE color: 3000240.
HSL color Cylindrical-coordinate representation of color #B0C72D: hue angle of 68.96º degrees, saturation: 0.63, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B0C72D is Cyan = 0.12, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 176 | 199 | 45 | - |
| CMYK | 0.12 | 0 | 0.77 | 0.22 |
| HSL | 68.96º | 0.63% | 0.48% | - |
| HSV(B) | 68.96º | 0.77% | 0.78% | - |
| XYZ | 38.8 | 50.27 | 10.14 | - |
| YUV | 174.57 | 54.88 | 129.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 199 | 45 | 0.12 | 0 | 0.77 | 0.22 | 68.96 | 0.63 | 0.48 |
| Hex | B0 | C7 | 2D | C | 0 | 4D | 16 | 45 | 3F | 30 |
| Octal | 260 | 307 | 55 | 14 | 0 | 115 | 26 | 105 | 77 | 60 |
| Binary | 10110000 | 11000111 | 101101 | 1100 | 0 | 1001101 | 10110 | 1000101 | 111111 | 110000 |
Color Harmonies of #B0C72D
Complementary color
Monochromatic Colors of #B0C72D
Black with #B0C72D
Text Example
Text Example
White with #B0C72D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0C72D; }
p { color: rgb(176,199,45); }
H1.HeaderClassName
{
color: #B0C72D;
}
.AnyTagClassName
{
color: #B0C72D;
}
</style>
background-color css
<style>
a { background-color: #B0C72D; }
a { background-color: rgb(176,199,45); }
div.DivClassName
{
background-color: #B0C72D;
}
.BgClassName
{
background-color: #B0C72D;
}
</style>
border-color css
<style>
span { border-color: #B0C72D; }
span { border-color: rgb(176,199,45); }
td.TdClassName
{
border-color: #B0C72D;
}
.TagClassName
{
border-color: #B0C72D;
}
</style>