Shades of Bahia #A8CA21
Tints of Bahia #A8CA21
RGB
CMYK
RGB Variations
Color information
#A8CA21 (or 0xA8CA21) is known color: Bahia. HEX triplet: A8, CA and 21. RGB value is (168,202,33). Sum of RGB (Red+Green+Blue) = 168+202+33=403 (53% of max value = 765). Red value is 168 (66.02% from 255 or 41.69% from 403); Green value is 202 (79.30% from 255 or 50.12% from 403); Blue value is 33 (13.28% from 255 or 8.19% from 403); Max value from RGB is 202 - color contains mainly: green. Hex color #A8CA21 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8CA21 is #5735DE. Grayscale: #ADADAD. Windows color (decimal): -5715423 or 2214568. OLE color: 2214568.
HSL color Cylindrical-coordinate representation of color #A8CA21: hue angle of 72.07º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A8CA21 is Cyan = 0.17, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 168 | 202 | 33 | - |
| CMYK | 0.17 | 0 | 0.84 | 0.21 |
| HSL | 72.07º | 0.72% | 0.46% | - |
| HSV(B) | 72.07º | 0.84% | 0.79% | - |
| XYZ | 37.54 | 50.68 | 9.24 | - |
| YUV | 172.57 | 49.24 | 124.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 202 | 33 | 0.17 | 0 | 0.84 | 0.21 | 72.07 | 0.72 | 0.46 |
| Hex | A8 | CA | 21 | 11 | 0 | 54 | 15 | 48 | 48 | 2E |
| Octal | 250 | 312 | 41 | 21 | 0 | 124 | 25 | 110 | 110 | 56 |
| Binary | 10101000 | 11001010 | 100001 | 10001 | 0 | 1010100 | 10101 | 1001000 | 1001000 | 101110 |
Color Harmonies of #A8CA21
Complementary color
Monochromatic Colors of #A8CA21
Black with #A8CA21
Text Example
Text Example
White with #A8CA21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8CA21; }
p { color: rgb(168,202,33); }
H1.HeaderClassName
{
color: #A8CA21;
}
.AnyTagClassName
{
color: #A8CA21;
}
</style>
background-color css
<style>
a { background-color: #A8CA21; }
a { background-color: rgb(168,202,33); }
div.DivClassName
{
background-color: #A8CA21;
}
.BgClassName
{
background-color: #A8CA21;
}
</style>
border-color css
<style>
span { border-color: #A8CA21; }
span { border-color: rgb(168,202,33); }
td.TdClassName
{
border-color: #A8CA21;
}
.TagClassName
{
border-color: #A8CA21;
}
</style>