Shades of Bahia #B3C130
Tints of Bahia #B3C130
RGB
CMYK
RGB Variations
Color information
#B3C130 (or 0xB3C130) is known color: Bahia. HEX triplet: B3, C1 and 30. RGB value is (179,193,48). Sum of RGB (Red+Green+Blue) = 179+193+48=420 (55% of max value = 765). Red value is 179 (70.31% from 255 or 42.62% from 420); Green value is 193 (75.78% from 255 or 45.95% from 420); Blue value is 48 (19.14% from 255 or 11.43% from 420); Max value from RGB is 193 - color contains mainly: green. Hex color #B3C130 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B3C130 is #4C3ECF. Grayscale: #ACACAC. Windows color (decimal): -4996816 or 3195315. OLE color: 3195315.
HSL color Cylindrical-coordinate representation of color #B3C130: hue angle of 65.79º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B3C130 is Cyan = 0.07, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 179 | 193 | 48 | - |
| CMYK | 0.07 | 0 | 0.75 | 0.24 |
| HSL | 65.79º | 0.6% | 0.47% | - |
| HSV(B) | 65.79º | 0.75% | 0.76% | - |
| XYZ | 38.19 | 47.94 | 10.04 | - |
| YUV | 172.28 | 57.86 | 132.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 193 | 48 | 0.07 | 0 | 0.75 | 0.24 | 65.79 | 0.6 | 0.47 |
| Hex | B3 | C1 | 30 | 7 | 0 | 4B | 18 | 42 | 3C | 2F |
| Octal | 263 | 301 | 60 | 7 | 0 | 113 | 30 | 102 | 74 | 57 |
| Binary | 10110011 | 11000001 | 110000 | 111 | 0 | 1001011 | 11000 | 1000010 | 111100 | 101111 |
Color Harmonies of #B3C130
Complementary color
Monochromatic Colors of #B3C130
Black with #B3C130
Text Example
Text Example
White with #B3C130
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3C130; }
p { color: rgb(179,193,48); }
H1.HeaderClassName
{
color: #B3C130;
}
.AnyTagClassName
{
color: #B3C130;
}
</style>
background-color css
<style>
a { background-color: #B3C130; }
a { background-color: rgb(179,193,48); }
div.DivClassName
{
background-color: #B3C130;
}
.BgClassName
{
background-color: #B3C130;
}
</style>
border-color css
<style>
span { border-color: #B3C130; }
span { border-color: rgb(179,193,48); }
td.TdClassName
{
border-color: #B3C130;
}
.TagClassName
{
border-color: #B3C130;
}
</style>