Shades of Bahia #B3C02D
Tints of Bahia #B3C02D
RGB
CMYK
RGB Variations
Color information
#B3C02D (or 0xB3C02D) is known color: Bahia. HEX triplet: B3, C0 and 2D. RGB value is (179,192,45). Sum of RGB (Red+Green+Blue) = 179+192+45=416 (55% of max value = 765). Red value is 179 (70.31% from 255 or 43.03% from 416); Green value is 192 (75.39% from 255 or 46.15% from 416); Blue value is 45 (17.97% from 255 or 10.82% from 416); Max value from RGB is 192 - color contains mainly: green. Hex color #B3C02D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B3C02D is #4C3FD2. Grayscale: #ABABAB. Windows color (decimal): -4997075 or 2998451. OLE color: 2998451.
HSL color Cylindrical-coordinate representation of color #B3C02D: hue angle of 65.31º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B3C02D is Cyan = 0.07, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 179 | 192 | 45 | - |
| CMYK | 0.07 | 0 | 0.77 | 0.25 |
| HSL | 65.31º | 0.62% | 0.46% | - |
| HSV(B) | 65.31º | 0.77% | 0.75% | - |
| XYZ | 37.91 | 47.47 | 9.65 | - |
| YUV | 171.36 | 56.69 | 133.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 192 | 45 | 0.07 | 0 | 0.77 | 0.25 | 65.31 | 0.62 | 0.46 |
| Hex | B3 | C0 | 2D | 7 | 0 | 4D | 19 | 41 | 3E | 2E |
| Octal | 263 | 300 | 55 | 7 | 0 | 115 | 31 | 101 | 76 | 56 |
| Binary | 10110011 | 11000000 | 101101 | 111 | 0 | 1001101 | 11001 | 1000001 | 111110 | 101110 |
Color Harmonies of #B3C02D
Complementary color
Monochromatic Colors of #B3C02D
Black with #B3C02D
Text Example
Text Example
White with #B3C02D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3C02D; }
p { color: rgb(179,192,45); }
H1.HeaderClassName
{
color: #B3C02D;
}
.AnyTagClassName
{
color: #B3C02D;
}
</style>
background-color css
<style>
a { background-color: #B3C02D; }
a { background-color: rgb(179,192,45); }
div.DivClassName
{
background-color: #B3C02D;
}
.BgClassName
{
background-color: #B3C02D;
}
</style>
border-color css
<style>
span { border-color: #B3C02D; }
span { border-color: rgb(179,192,45); }
td.TdClassName
{
border-color: #B3C02D;
}
.TagClassName
{
border-color: #B3C02D;
}
</style>