Shades of Bahia #B2BF31
Tints of Bahia #B2BF31
RGB
CMYK
RGB Variations
Color information
#B2BF31 (or 0xB2BF31) is known color: Bahia. HEX triplet: B2, BF and 31. RGB value is (178,191,49). Sum of RGB (Red+Green+Blue) = 178+191+49=418 (55% of max value = 765). Red value is 178 (69.92% from 255 or 42.58% from 418); Green value is 191 (75% from 255 or 45.69% from 418); Blue value is 49 (19.53% from 255 or 11.72% from 418); Max value from RGB is 191 - color contains mainly: green. Hex color #B2BF31 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2BF31 is #4D40CE. Grayscale: #ABABAB. Windows color (decimal): -5062863 or 3260338. OLE color: 3260338.
HSL color Cylindrical-coordinate representation of color #B2BF31: hue angle of 65.49º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B2BF31 is Cyan = 0.07, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 178 | 191 | 49 | - |
| CMYK | 0.07 | 0 | 0.74 | 0.25 |
| HSL | 65.49º | 0.59% | 0.47% | - |
| HSV(B) | 65.49º | 0.74% | 0.75% | - |
| XYZ | 37.55 | 46.95 | 9.99 | - |
| YUV | 170.93 | 59.19 | 133.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 191 | 49 | 0.07 | 0 | 0.74 | 0.25 | 65.49 | 0.59 | 0.47 |
| Hex | B2 | BF | 31 | 7 | 0 | 4A | 19 | 41 | 3B | 2F |
| Octal | 262 | 277 | 61 | 7 | 0 | 112 | 31 | 101 | 73 | 57 |
| Binary | 10110010 | 10111111 | 110001 | 111 | 0 | 1001010 | 11001 | 1000001 | 111011 | 101111 |
Color Harmonies of #B2BF31
Complementary color
Monochromatic Colors of #B2BF31
Black with #B2BF31
Text Example
Text Example
White with #B2BF31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2BF31; }
p { color: rgb(178,191,49); }
H1.HeaderClassName
{
color: #B2BF31;
}
.AnyTagClassName
{
color: #B2BF31;
}
</style>
background-color css
<style>
a { background-color: #B2BF31; }
a { background-color: rgb(178,191,49); }
div.DivClassName
{
background-color: #B2BF31;
}
.BgClassName
{
background-color: #B2BF31;
}
</style>
border-color css
<style>
span { border-color: #B2BF31; }
span { border-color: rgb(178,191,49); }
td.TdClassName
{
border-color: #B2BF31;
}
.TagClassName
{
border-color: #B2BF31;
}
</style>