Shades of Bahia #A8C31F
Tints of Bahia #A8C31F
RGB
CMYK
RGB Variations
Color information
#A8C31F (or 0xA8C31F) is known color: Bahia. HEX triplet: A8, C3 and 1F. RGB value is (168,195,31). Sum of RGB (Red+Green+Blue) = 168+195+31=394 (52% of max value = 765). Red value is 168 (66.02% from 255 or 42.64% from 394); Green value is 195 (76.56% from 255 or 49.49% from 394); Blue value is 31 (12.5% from 255 or 7.87% from 394); Max value from RGB is 195 - color contains mainly: green. Hex color #A8C31F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8C31F is #573CE0. Grayscale: #A8A8A8. Windows color (decimal): -5717217 or 2081704. OLE color: 2081704.
HSL color Cylindrical-coordinate representation of color #A8C31F: hue angle of 69.88º degrees, saturation: 0.73, 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 #A8C31F is Cyan = 0.14, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 168 | 195 | 31 | - |
| CMYK | 0.14 | 0 | 0.84 | 0.24 |
| HSL | 69.88º | 0.73% | 0.44% | - |
| HSV(B) | 69.88º | 0.84% | 0.76% | - |
| XYZ | 35.91 | 47.45 | 8.56 | - |
| YUV | 168.23 | 50.55 | 127.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 195 | 31 | 0.14 | 0 | 0.84 | 0.24 | 69.88 | 0.73 | 0.44 |
| Hex | A8 | C3 | 1F | E | 0 | 54 | 18 | 46 | 49 | 2C |
| Octal | 250 | 303 | 37 | 16 | 0 | 124 | 30 | 106 | 111 | 54 |
| Binary | 10101000 | 11000011 | 11111 | 1110 | 0 | 1010100 | 11000 | 1000110 | 1001001 | 101100 |
Color Harmonies of #A8C31F
Complementary color
Monochromatic Colors of #A8C31F
Black with #A8C31F
Text Example
Text Example
White with #A8C31F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8C31F; }
p { color: rgb(168,195,31); }
H1.HeaderClassName
{
color: #A8C31F;
}
.AnyTagClassName
{
color: #A8C31F;
}
</style>
background-color css
<style>
a { background-color: #A8C31F; }
a { background-color: rgb(168,195,31); }
div.DivClassName
{
background-color: #A8C31F;
}
.BgClassName
{
background-color: #A8C31F;
}
</style>
border-color css
<style>
span { border-color: #A8C31F; }
span { border-color: rgb(168,195,31); }
td.TdClassName
{
border-color: #A8C31F;
}
.TagClassName
{
border-color: #A8C31F;
}
</style>