Shades of Bahia #B2C330
Tints of Bahia #B2C330
RGB
CMYK
RGB Variations
Color information
#B2C330 (or 0xB2C330) is known color: Bahia. HEX triplet: B2, C3 and 30. RGB value is (178,195,48). Sum of RGB (Red+Green+Blue) = 178+195+48=421 (55% of max value = 765). Red value is 178 (69.92% from 255 or 42.28% from 421); Green value is 195 (76.56% from 255 or 46.32% from 421); Blue value is 48 (19.14% from 255 or 11.40% from 421); Max value from RGB is 195 - color contains mainly: green. Hex color #B2C330 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2C330 is #4D3CCF. Grayscale: #ADADAD. Windows color (decimal): -5061840 or 3195826. OLE color: 3195826.
HSL color Cylindrical-coordinate representation of color #B2C330: hue angle of 66.94º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B2C330 is Cyan = 0.09, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 178 | 195 | 48 | - |
| CMYK | 0.09 | 0 | 0.75 | 0.24 |
| HSL | 66.94º | 0.6% | 0.48% | - |
| HSV(B) | 66.94º | 0.75% | 0.76% | - |
| XYZ | 38.41 | 48.71 | 10.17 | - |
| YUV | 173.16 | 57.37 | 131.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 195 | 48 | 0.09 | 0 | 0.75 | 0.24 | 66.94 | 0.6 | 0.48 |
| Hex | B2 | C3 | 30 | 9 | 0 | 4B | 18 | 43 | 3C | 30 |
| Octal | 262 | 303 | 60 | 11 | 0 | 113 | 30 | 103 | 74 | 60 |
| Binary | 10110010 | 11000011 | 110000 | 1001 | 0 | 1001011 | 11000 | 1000011 | 111100 | 110000 |
Color Harmonies of #B2C330
Complementary color
Monochromatic Colors of #B2C330
Black with #B2C330
Text Example
Text Example
White with #B2C330
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2C330; }
p { color: rgb(178,195,48); }
H1.HeaderClassName
{
color: #B2C330;
}
.AnyTagClassName
{
color: #B2C330;
}
</style>
background-color css
<style>
a { background-color: #B2C330; }
a { background-color: rgb(178,195,48); }
div.DivClassName
{
background-color: #B2C330;
}
.BgClassName
{
background-color: #B2C330;
}
</style>
border-color css
<style>
span { border-color: #B2C330; }
span { border-color: rgb(178,195,48); }
td.TdClassName
{
border-color: #B2C330;
}
.TagClassName
{
border-color: #B2C330;
}
</style>