Shades of Bahia #A8BB21
Tints of Bahia #A8BB21
RGB
CMYK
RGB Variations
Color information
#A8BB21 (or 0xA8BB21) is known color: Bahia. HEX triplet: A8, BB and 21. RGB value is (168,187,33). Sum of RGB (Red+Green+Blue) = 168+187+33=388 (51% of max value = 765). Red value is 168 (66.02% from 255 or 43.30% from 388); Green value is 187 (73.44% from 255 or 48.20% from 388); Blue value is 33 (13.28% from 255 or 8.51% from 388); Max value from RGB is 187 - color contains mainly: green. Hex color #A8BB21 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8BB21 is #5744DE. Grayscale: #A4A4A4. Windows color (decimal): -5719263 or 2210728. OLE color: 2210728.
HSL color Cylindrical-coordinate representation of color #A8BB21: hue angle of 67.4º degrees, saturation: 0.7, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A8BB21 is Cyan = 0.10, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 168 | 187 | 33 | - |
| CMYK | 0.10 | 0 | 0.82 | 0.27 |
| HSL | 67.4º | 0.7% | 0.43% | - |
| HSV(B) | 67.4º | 0.82% | 0.73% | - |
| XYZ | 34.19 | 43.98 | 8.12 | - |
| YUV | 163.76 | 54.21 | 131.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 187 | 33 | 0.10 | 0 | 0.82 | 0.27 | 67.4 | 0.7 | 0.43 |
| Hex | A8 | BB | 21 | A | 0 | 52 | 1B | 43 | 46 | 2B |
| Octal | 250 | 273 | 41 | 12 | 0 | 122 | 33 | 103 | 106 | 53 |
| Binary | 10101000 | 10111011 | 100001 | 1010 | 0 | 1010010 | 11011 | 1000011 | 1000110 | 101011 |
Color Harmonies of #A8BB21
Complementary color
Monochromatic Colors of #A8BB21
Black with #A8BB21
Text Example
Text Example
White with #A8BB21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8BB21; }
p { color: rgb(168,187,33); }
H1.HeaderClassName
{
color: #A8BB21;
}
.AnyTagClassName
{
color: #A8BB21;
}
</style>
background-color css
<style>
a { background-color: #A8BB21; }
a { background-color: rgb(168,187,33); }
div.DivClassName
{
background-color: #A8BB21;
}
.BgClassName
{
background-color: #A8BB21;
}
</style>
border-color css
<style>
span { border-color: #A8BB21; }
span { border-color: rgb(168,187,33); }
td.TdClassName
{
border-color: #A8BB21;
}
.TagClassName
{
border-color: #A8BB21;
}
</style>