Shades of Bahia #A8C01C
Tints of Bahia #A8C01C
RGB
CMYK
RGB Variations
Color information
#A8C01C (or 0xA8C01C) is known color: Bahia. HEX triplet: A8, C0 and 1C. RGB value is (168,192,28). Sum of RGB (Red+Green+Blue) = 168+192+28=388 (51% of max value = 765). Red value is 168 (66.02% from 255 or 43.30% from 388); Green value is 192 (75.39% from 255 or 49.48% from 388); Blue value is 28 (11.33% from 255 or 7.22% from 388); Max value from RGB is 192 - color contains mainly: green. Hex color #A8C01C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8C01C is #573FE3. Grayscale: #A6A6A6. Windows color (decimal): -5717988 or 1884328. OLE color: 1884328.
HSL color Cylindrical-coordinate representation of color #A8C01C: hue angle of 68.78º degrees, saturation: 0.75, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A8C01C is Cyan = 0.12, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 168 | 192 | 28 | - |
| CMYK | 0.12 | 0 | 0.85 | 0.25 |
| HSL | 68.78º | 0.75% | 0.43% | - |
| HSV(B) | 68.78º | 0.85% | 0.75% | - |
| XYZ | 35.21 | 46.11 | 8.14 | - |
| YUV | 166.13 | 50.05 | 129.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 192 | 28 | 0.12 | 0 | 0.85 | 0.25 | 68.78 | 0.75 | 0.43 |
| Hex | A8 | C0 | 1C | C | 0 | 55 | 19 | 45 | 4B | 2B |
| Octal | 250 | 300 | 34 | 14 | 0 | 125 | 31 | 105 | 113 | 53 |
| Binary | 10101000 | 11000000 | 11100 | 1100 | 0 | 1010101 | 11001 | 1000101 | 1001011 | 101011 |
Color Harmonies of #A8C01C
Complementary color
Monochromatic Colors of #A8C01C
Black with #A8C01C
Text Example
Text Example
White with #A8C01C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8C01C; }
p { color: rgb(168,192,28); }
H1.HeaderClassName
{
color: #A8C01C;
}
.AnyTagClassName
{
color: #A8C01C;
}
</style>
background-color css
<style>
a { background-color: #A8C01C; }
a { background-color: rgb(168,192,28); }
div.DivClassName
{
background-color: #A8C01C;
}
.BgClassName
{
background-color: #A8C01C;
}
</style>
border-color css
<style>
span { border-color: #A8C01C; }
span { border-color: rgb(168,192,28); }
td.TdClassName
{
border-color: #A8C01C;
}
.TagClassName
{
border-color: #A8C01C;
}
</style>