Shades of Bahia #B0C01C
Tints of Bahia #B0C01C
RGB
CMYK
RGB Variations
Color information
#B0C01C (or 0xB0C01C) is known color: Bahia. HEX triplet: B0, C0 and 1C. RGB value is (176,192,28). Sum of RGB (Red+Green+Blue) = 176+192+28=396 (52% of max value = 765). Red value is 176 (69.14% from 255 or 44.44% from 396); Green value is 192 (75.39% from 255 or 48.48% from 396); Blue value is 28 (11.33% from 255 or 7.07% from 396); Max value from RGB is 192 - color contains mainly: green. Hex color #B0C01C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B0C01C is #4F3FE3. Grayscale: #A9A9A9. Windows color (decimal): -5193700 or 1884336. OLE color: 1884336.
HSL color Cylindrical-coordinate representation of color #B0C01C: hue angle of 65.85º degrees, saturation: 0.75, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B0C01C is Cyan = 0.08, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 176 | 192 | 28 | - |
| CMYK | 0.08 | 0 | 0.85 | 0.25 |
| HSL | 65.85º | 0.75% | 0.43% | - |
| HSV(B) | 65.85º | 0.85% | 0.75% | - |
| XYZ | 36.96 | 47.01 | 8.22 | - |
| YUV | 168.52 | 48.7 | 133.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 192 | 28 | 0.08 | 0 | 0.85 | 0.25 | 65.85 | 0.75 | 0.43 |
| Hex | B0 | C0 | 1C | 8 | 0 | 55 | 19 | 42 | 4B | 2B |
| Octal | 260 | 300 | 34 | 10 | 0 | 125 | 31 | 102 | 113 | 53 |
| Binary | 10110000 | 11000000 | 11100 | 1000 | 0 | 1010101 | 11001 | 1000010 | 1001011 | 101011 |
Color Harmonies of #B0C01C
Complementary color
Monochromatic Colors of #B0C01C
Black with #B0C01C
Text Example
Text Example
White with #B0C01C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0C01C; }
p { color: rgb(176,192,28); }
H1.HeaderClassName
{
color: #B0C01C;
}
.AnyTagClassName
{
color: #B0C01C;
}
</style>
background-color css
<style>
a { background-color: #B0C01C; }
a { background-color: rgb(176,192,28); }
div.DivClassName
{
background-color: #B0C01C;
}
.BgClassName
{
background-color: #B0C01C;
}
</style>
border-color css
<style>
span { border-color: #B0C01C; }
span { border-color: rgb(176,192,28); }
td.TdClassName
{
border-color: #B0C01C;
}
.TagClassName
{
border-color: #B0C01C;
}
</style>