Shades of Bahia #B2BD22
Tints of Bahia #B2BD22
RGB
CMYK
RGB Variations
Color information
#B2BD22 (or 0xB2BD22) is known color: Bahia. HEX triplet: B2, BD and 22. RGB value is (178,189,34). Sum of RGB (Red+Green+Blue) = 178+189+34=401 (53% of max value = 765). Red value is 178 (69.92% from 255 or 44.39% from 401); Green value is 189 (74.22% from 255 or 47.13% from 401); Blue value is 34 (13.67% from 255 or 8.48% from 401); Max value from RGB is 189 - color contains mainly: green. Hex color #B2BD22 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2BD22 is #4D42DD. Grayscale: #A8A8A8. Windows color (decimal): -5063390 or 2276786. OLE color: 2276786.
HSL color Cylindrical-coordinate representation of color #B2BD22: hue angle of 64.26º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B2BD22 is Cyan = 0.06, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 178 | 189 | 34 | - |
| CMYK | 0.06 | 0 | 0.82 | 0.26 |
| HSL | 64.26º | 0.7% | 0.44% | - |
| HSV(B) | 64.26º | 0.82% | 0.74% | - |
| XYZ | 36.85 | 45.98 | 8.45 | - |
| YUV | 168.04 | 52.36 | 135.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 189 | 34 | 0.06 | 0 | 0.82 | 0.26 | 64.26 | 0.7 | 0.44 |
| Hex | B2 | BD | 22 | 6 | 0 | 52 | 1A | 40 | 46 | 2C |
| Octal | 262 | 275 | 42 | 6 | 0 | 122 | 32 | 100 | 106 | 54 |
| Binary | 10110010 | 10111101 | 100010 | 110 | 0 | 1010010 | 11010 | 1000000 | 1000110 | 101100 |
Color Harmonies of #B2BD22
Complementary color
Monochromatic Colors of #B2BD22
Black with #B2BD22
Text Example
Text Example
White with #B2BD22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2BD22; }
p { color: rgb(178,189,34); }
H1.HeaderClassName
{
color: #B2BD22;
}
.AnyTagClassName
{
color: #B2BD22;
}
</style>
background-color css
<style>
a { background-color: #B2BD22; }
a { background-color: rgb(178,189,34); }
div.DivClassName
{
background-color: #B2BD22;
}
.BgClassName
{
background-color: #B2BD22;
}
</style>
border-color css
<style>
span { border-color: #B2BD22; }
span { border-color: rgb(178,189,34); }
td.TdClassName
{
border-color: #B2BD22;
}
.TagClassName
{
border-color: #B2BD22;
}
</style>