Shades of Bahia #B0C52D
Tints of Bahia #B0C52D
RGB
CMYK
RGB Variations
Color information
#B0C52D (or 0xB0C52D) is known color: Bahia. HEX triplet: B0, C5 and 2D. RGB value is (176,197,45). Sum of RGB (Red+Green+Blue) = 176+197+45=418 (55% of max value = 765). Red value is 176 (69.14% from 255 or 42.11% from 418); Green value is 197 (77.34% from 255 or 47.13% from 418); Blue value is 45 (17.97% from 255 or 10.77% from 418); Max value from RGB is 197 - color contains mainly: green. Hex color #B0C52D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B0C52D is #4F3AD2. Grayscale: #ADADAD. Windows color (decimal): -5192403 or 2999728. OLE color: 2999728.
HSL color Cylindrical-coordinate representation of color #B0C52D: hue angle of 68.29º degrees, saturation: 0.63, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B0C52D is Cyan = 0.11, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 176 | 197 | 45 | - |
| CMYK | 0.11 | 0 | 0.77 | 0.23 |
| HSL | 68.29º | 0.63% | 0.47% | - |
| HSV(B) | 68.29º | 0.77% | 0.77% | - |
| XYZ | 38.34 | 49.35 | 9.99 | - |
| YUV | 173.39 | 55.54 | 129.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 197 | 45 | 0.11 | 0 | 0.77 | 0.23 | 68.29 | 0.63 | 0.47 |
| Hex | B0 | C5 | 2D | B | 0 | 4D | 17 | 44 | 3F | 2F |
| Octal | 260 | 305 | 55 | 13 | 0 | 115 | 27 | 104 | 77 | 57 |
| Binary | 10110000 | 11000101 | 101101 | 1011 | 0 | 1001101 | 10111 | 1000100 | 111111 | 101111 |
Color Harmonies of #B0C52D
Complementary color
Monochromatic Colors of #B0C52D
Black with #B0C52D
Text Example
Text Example
White with #B0C52D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0C52D; }
p { color: rgb(176,197,45); }
H1.HeaderClassName
{
color: #B0C52D;
}
.AnyTagClassName
{
color: #B0C52D;
}
</style>
background-color css
<style>
a { background-color: #B0C52D; }
a { background-color: rgb(176,197,45); }
div.DivClassName
{
background-color: #B0C52D;
}
.BgClassName
{
background-color: #B0C52D;
}
</style>
border-color css
<style>
span { border-color: #B0C52D; }
span { border-color: rgb(176,197,45); }
td.TdClassName
{
border-color: #B0C52D;
}
.TagClassName
{
border-color: #B0C52D;
}
</style>