Shades of Bahia #A2B433
Tints of Bahia #A2B433
RGB
CMYK
RGB Variations
Color information
#A2B433 (or 0xA2B433) is known color: Bahia. HEX triplet: A2, B4 and 33. RGB value is (162,180,51). Sum of RGB (Red+Green+Blue) = 162+180+51=393 (52% of max value = 765). Red value is 162 (63.67% from 255 or 41.22% from 393); Green value is 180 (70.70% from 255 or 45.80% from 393); Blue value is 51 (20.31% from 255 or 12.98% from 393); Max value from RGB is 180 - color contains mainly: green. Hex color #A2B433 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A2B433 is #5D4BCC. Grayscale: #A0A0A0. Windows color (decimal): -6114253 or 3388578. OLE color: 3388578.
HSL color Cylindrical-coordinate representation of color #A2B433: hue angle of 68.37º degrees, saturation: 0.56, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A2B433 is Cyan = 0.1, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 162 | 180 | 51 | - |
| CMYK | 0.1 | 0 | 0.72 | 0.29 |
| HSL | 68.37º | 0.56% | 0.45% | - |
| HSV(B) | 68.37º | 0.72% | 0.71% | - |
| XYZ | 31.82 | 40.56 | 9.28 | - |
| YUV | 159.91 | 66.54 | 129.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 180 | 51 | 0.1 | 0 | 0.72 | 0.29 | 68.37 | 0.56 | 0.45 |
| Hex | A2 | B4 | 33 | A | 0 | 48 | 1D | 44 | 38 | 2D |
| Octal | 242 | 264 | 63 | 12 | 0 | 110 | 35 | 104 | 70 | 55 |
| Binary | 10100010 | 10110100 | 110011 | 1010 | 0 | 1001000 | 11101 | 1000100 | 111000 | 101101 |
Color Harmonies of #A2B433
Complementary color
Monochromatic Colors of #A2B433
Black with #A2B433
Text Example
Text Example
White with #A2B433
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2B433; }
p { color: rgb(162,180,51); }
H1.HeaderClassName
{
color: #A2B433;
}
.AnyTagClassName
{
color: #A2B433;
}
</style>
background-color css
<style>
a { background-color: #A2B433; }
a { background-color: rgb(162,180,51); }
div.DivClassName
{
background-color: #A2B433;
}
.BgClassName
{
background-color: #A2B433;
}
</style>
border-color css
<style>
span { border-color: #A2B433; }
span { border-color: rgb(162,180,51); }
td.TdClassName
{
border-color: #A2B433;
}
.TagClassName
{
border-color: #A2B433;
}
</style>