Shades of Bahia #B2B724
Tints of Bahia #B2B724
RGB
CMYK
RGB Variations
Color information
#B2B724 (or 0xB2B724) is known color: Bahia. HEX triplet: B2, B7 and 24. RGB value is (178,183,36). Sum of RGB (Red+Green+Blue) = 178+183+36=397 (52% of max value = 765). Red value is 178 (69.92% from 255 or 44.84% from 397); Green value is 183 (71.88% from 255 or 46.10% from 397); Blue value is 36 (14.45% from 255 or 9.07% from 397); Max value from RGB is 183 - color contains mainly: green. Hex color #B2B724 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2B724 is #4D48DB. Grayscale: #A5A5A5. Windows color (decimal): -5064924 or 2406322. OLE color: 2406322.
HSL color Cylindrical-coordinate representation of color #B2B724: hue angle of 62.04º degrees, saturation: 0.67, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B2B724 is Cyan = 0.03, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 178 | 183 | 36 | - |
| CMYK | 0.03 | 0 | 0.80 | 0.28 |
| HSL | 62.04º | 0.67% | 0.43% | - |
| HSV(B) | 62.04º | 0.8% | 0.72% | - |
| XYZ | 35.61 | 43.46 | 8.18 | - |
| YUV | 164.75 | 55.34 | 137.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 183 | 36 | 0.03 | 0 | 0.80 | 0.28 | 62.04 | 0.67 | 0.43 |
| Hex | B2 | B7 | 24 | 3 | 0 | 50 | 1C | 3E | 43 | 2B |
| Octal | 262 | 267 | 44 | 3 | 0 | 120 | 34 | 76 | 103 | 53 |
| Binary | 10110010 | 10110111 | 100100 | 11 | 0 | 1010000 | 11100 | 111110 | 1000011 | 101011 |
Color Harmonies of #B2B724
Complementary color
Monochromatic Colors of #B2B724
Black with #B2B724
Text Example
Text Example
White with #B2B724
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2B724; }
p { color: rgb(178,183,36); }
H1.HeaderClassName
{
color: #B2B724;
}
.AnyTagClassName
{
color: #B2B724;
}
</style>
background-color css
<style>
a { background-color: #B2B724; }
a { background-color: rgb(178,183,36); }
div.DivClassName
{
background-color: #B2B724;
}
.BgClassName
{
background-color: #B2B724;
}
</style>
border-color css
<style>
span { border-color: #B2B724; }
span { border-color: rgb(178,183,36); }
td.TdClassName
{
border-color: #B2B724;
}
.TagClassName
{
border-color: #B2B724;
}
</style>