Shades of Bahia #B2B728
Tints of Bahia #B2B728
RGB
CMYK
RGB Variations
Color information
#B2B728 (or 0xB2B728) is known color: Bahia. HEX triplet: B2, B7 and 28. RGB value is (178,183,40). Sum of RGB (Red+Green+Blue) = 178+183+40=401 (53% of max value = 765). Red value is 178 (69.92% from 255 or 44.39% from 401); Green value is 183 (71.88% from 255 or 45.64% from 401); Blue value is 40 (16.02% from 255 or 9.98% from 401); Max value from RGB is 183 - color contains mainly: green. Hex color #B2B728 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2B728 is #4D48D7. Grayscale: #A5A5A5. Windows color (decimal): -5064920 or 2668466. OLE color: 2668466.
HSL color Cylindrical-coordinate representation of color #B2B728: hue angle of 62.1º degrees, saturation: 0.64, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B2B728 is Cyan = 0.03, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 178 | 183 | 40 | - |
| CMYK | 0.03 | 0 | 0.78 | 0.28 |
| HSL | 62.1º | 0.64% | 0.44% | - |
| HSV(B) | 62.1º | 0.78% | 0.72% | - |
| XYZ | 35.68 | 43.49 | 8.52 | - |
| YUV | 165.2 | 57.34 | 137.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 183 | 40 | 0.03 | 0 | 0.78 | 0.28 | 62.1 | 0.64 | 0.44 |
| Hex | B2 | B7 | 28 | 3 | 0 | 4E | 1C | 3E | 40 | 2C |
| Octal | 262 | 267 | 50 | 3 | 0 | 116 | 34 | 76 | 100 | 54 |
| Binary | 10110010 | 10110111 | 101000 | 11 | 0 | 1001110 | 11100 | 111110 | 1000000 | 101100 |
Color Harmonies of #B2B728
Complementary color
Monochromatic Colors of #B2B728
Black with #B2B728
Text Example
Text Example
White with #B2B728
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2B728; }
p { color: rgb(178,183,40); }
H1.HeaderClassName
{
color: #B2B728;
}
.AnyTagClassName
{
color: #B2B728;
}
</style>
background-color css
<style>
a { background-color: #B2B728; }
a { background-color: rgb(178,183,40); }
div.DivClassName
{
background-color: #B2B728;
}
.BgClassName
{
background-color: #B2B728;
}
</style>
border-color css
<style>
span { border-color: #B2B728; }
span { border-color: rgb(178,183,40); }
td.TdClassName
{
border-color: #B2B728;
}
.TagClassName
{
border-color: #B2B728;
}
</style>