Shades of Bahia #B0C824
Tints of Bahia #B0C824
RGB
CMYK
RGB Variations
Color information
#B0C824 (or 0xB0C824) is known color: Bahia. HEX triplet: B0, C8 and 24. RGB value is (176,200,36). Sum of RGB (Red+Green+Blue) = 176+200+36=412 (54% of max value = 765). Red value is 176 (69.14% from 255 or 42.72% from 412); Green value is 200 (78.52% from 255 or 48.54% from 412); Blue value is 36 (14.45% from 255 or 8.74% from 412); Max value from RGB is 200 - color contains mainly: green. Hex color #B0C824 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B0C824 is #4F37DB. Grayscale: #AEAEAE. Windows color (decimal): -5191644 or 2410672. OLE color: 2410672.
HSL color Cylindrical-coordinate representation of color #B0C824: hue angle of 68.78º degrees, saturation: 0.69, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B0C824 is Cyan = 0.12, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 176 | 200 | 36 | - |
| CMYK | 0.12 | 0 | 0.82 | 0.22 |
| HSL | 68.78º | 0.69% | 0.46% | - |
| HSV(B) | 68.78º | 0.82% | 0.78% | - |
| XYZ | 38.88 | 50.67 | 9.4 | - |
| YUV | 174.13 | 50.05 | 129.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 200 | 36 | 0.12 | 0 | 0.82 | 0.22 | 68.78 | 0.69 | 0.46 |
| Hex | B0 | C8 | 24 | C | 0 | 52 | 16 | 45 | 45 | 2E |
| Octal | 260 | 310 | 44 | 14 | 0 | 122 | 26 | 105 | 105 | 56 |
| Binary | 10110000 | 11001000 | 100100 | 1100 | 0 | 1010010 | 10110 | 1000101 | 1000101 | 101110 |
Color Harmonies of #B0C824
Complementary color
Monochromatic Colors of #B0C824
Black with #B0C824
Text Example
Text Example
White with #B0C824
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0C824; }
p { color: rgb(176,200,36); }
H1.HeaderClassName
{
color: #B0C824;
}
.AnyTagClassName
{
color: #B0C824;
}
</style>
background-color css
<style>
a { background-color: #B0C824; }
a { background-color: rgb(176,200,36); }
div.DivClassName
{
background-color: #B0C824;
}
.BgClassName
{
background-color: #B0C824;
}
</style>
border-color css
<style>
span { border-color: #B0C824; }
span { border-color: rgb(176,200,36); }
td.TdClassName
{
border-color: #B0C824;
}
.TagClassName
{
border-color: #B0C824;
}
</style>