Shades of Bahia #B2C233
Tints of Bahia #B2C233
RGB
CMYK
RGB Variations
Color information
#B2C233 (or 0xB2C233) is known color: Bahia. HEX triplet: B2, C2 and 33. RGB value is (178,194,51). Sum of RGB (Red+Green+Blue) = 178+194+51=423 (56% of max value = 765). Red value is 178 (69.92% from 255 or 42.08% from 423); Green value is 194 (76.17% from 255 or 45.86% from 423); Blue value is 51 (20.31% from 255 or 12.06% from 423); Max value from RGB is 194 - color contains mainly: green. Hex color #B2C233 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2C233 is #4D3DCC. Grayscale: #ADADAD. Windows color (decimal): -5062093 or 3392178. OLE color: 3392178.
HSL color Cylindrical-coordinate representation of color #B2C233: hue angle of 66.71º degrees, saturation: 0.58, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B2C233 is Cyan = 0.08, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 178 | 194 | 51 | - |
| CMYK | 0.08 | 0 | 0.74 | 0.24 |
| HSL | 66.71º | 0.58% | 0.48% | - |
| HSV(B) | 66.71º | 0.74% | 0.76% | - |
| XYZ | 38.25 | 48.29 | 10.44 | - |
| YUV | 172.91 | 59.2 | 131.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 194 | 51 | 0.08 | 0 | 0.74 | 0.24 | 66.71 | 0.58 | 0.48 |
| Hex | B2 | C2 | 33 | 8 | 0 | 4A | 18 | 43 | 3A | 30 |
| Octal | 262 | 302 | 63 | 10 | 0 | 112 | 30 | 103 | 72 | 60 |
| Binary | 10110010 | 11000010 | 110011 | 1000 | 0 | 1001010 | 11000 | 1000011 | 111010 | 110000 |
Color Harmonies of #B2C233
Complementary color
Monochromatic Colors of #B2C233
Black with #B2C233
Text Example
Text Example
White with #B2C233
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2C233; }
p { color: rgb(178,194,51); }
H1.HeaderClassName
{
color: #B2C233;
}
.AnyTagClassName
{
color: #B2C233;
}
</style>
background-color css
<style>
a { background-color: #B2C233; }
a { background-color: rgb(178,194,51); }
div.DivClassName
{
background-color: #B2C233;
}
.BgClassName
{
background-color: #B2C233;
}
</style>
border-color css
<style>
span { border-color: #B2C233; }
span { border-color: rgb(178,194,51); }
td.TdClassName
{
border-color: #B2C233;
}
.TagClassName
{
border-color: #B2C233;
}
</style>