Shades of Bahia #A8C21F
Tints of Bahia #A8C21F
RGB
CMYK
RGB Variations
Color information
#A8C21F (or 0xA8C21F) is known color: Bahia. HEX triplet: A8, C2 and 1F. RGB value is (168,194,31). Sum of RGB (Red+Green+Blue) = 168+194+31=393 (52% of max value = 765). Red value is 168 (66.02% from 255 or 42.75% from 393); Green value is 194 (76.17% from 255 or 49.36% from 393); Blue value is 31 (12.5% from 255 or 7.89% from 393); Max value from RGB is 194 - color contains mainly: green. Hex color #A8C21F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8C21F is #573DE0. Grayscale: #A8A8A8. Windows color (decimal): -5717473 or 2081448. OLE color: 2081448.
HSL color Cylindrical-coordinate representation of color #A8C21F: hue angle of 69.57º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A8C21F is Cyan = 0.13, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 168 | 194 | 31 | - |
| CMYK | 0.13 | 0 | 0.84 | 0.24 |
| HSL | 69.57º | 0.72% | 0.44% | - |
| HSV(B) | 69.57º | 0.84% | 0.76% | - |
| XYZ | 35.69 | 47.01 | 8.49 | - |
| YUV | 167.64 | 50.89 | 128.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 194 | 31 | 0.13 | 0 | 0.84 | 0.24 | 69.57 | 0.72 | 0.44 |
| Hex | A8 | C2 | 1F | D | 0 | 54 | 18 | 46 | 48 | 2C |
| Octal | 250 | 302 | 37 | 15 | 0 | 124 | 30 | 106 | 110 | 54 |
| Binary | 10101000 | 11000010 | 11111 | 1101 | 0 | 1010100 | 11000 | 1000110 | 1001000 | 101100 |
Color Harmonies of #A8C21F
Complementary color
Monochromatic Colors of #A8C21F
Black with #A8C21F
Text Example
Text Example
White with #A8C21F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8C21F; }
p { color: rgb(168,194,31); }
H1.HeaderClassName
{
color: #A8C21F;
}
.AnyTagClassName
{
color: #A8C21F;
}
</style>
background-color css
<style>
a { background-color: #A8C21F; }
a { background-color: rgb(168,194,31); }
div.DivClassName
{
background-color: #A8C21F;
}
.BgClassName
{
background-color: #A8C21F;
}
</style>
border-color css
<style>
span { border-color: #A8C21F; }
span { border-color: rgb(168,194,31); }
td.TdClassName
{
border-color: #A8C21F;
}
.TagClassName
{
border-color: #A8C21F;
}
</style>