Shades of Bahia #A8BC1E
Tints of Bahia #A8BC1E
RGB
CMYK
RGB Variations
Color information
#A8BC1E (or 0xA8BC1E) is known color: Bahia. HEX triplet: A8, BC and 1E. RGB value is (168,188,30). Sum of RGB (Red+Green+Blue) = 168+188+30=386 (51% of max value = 765). Red value is 168 (66.02% from 255 or 43.52% from 386); Green value is 188 (73.83% from 255 or 48.70% from 386); Blue value is 30 (12.11% from 255 or 7.77% from 386); Max value from RGB is 188 - color contains mainly: green. Hex color #A8BC1E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8BC1E is #5743E1. Grayscale: #A4A4A4. Windows color (decimal): -5719010 or 2014376. OLE color: 2014376.
HSL color Cylindrical-coordinate representation of color #A8BC1E: hue angle of 67.59º degrees, saturation: 0.72, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A8BC1E is Cyan = 0.11, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.26.
Color convert
RGB | 168 | 188 | 30 | - |
CMYK | 0.11 | 0 | 0.84 | 0.26 |
HSL | 67.59º | 0.72% | 0.43% | - |
HSV(B) | 67.59º | 0.84% | 0.74% | - |
XYZ | 34.37 | 44.39 | 7.98 | - |
YUV | 164.01 | 52.37 | 130.85 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 168 | 188 | 30 | 0.11 | 0 | 0.84 | 0.26 | 67.59 | 0.72 | 0.43 |
Hex | A8 | BC | 1E | B | 0 | 54 | 1A | 44 | 48 | 2B |
Octal | 250 | 274 | 36 | 13 | 0 | 124 | 32 | 104 | 110 | 53 |
Binary | 10101000 | 10111100 | 11110 | 1011 | 0 | 1010100 | 11010 | 1000100 | 1001000 | 101011 |
Color Harmonies of #A8BC1E
Complementary color
Monochromatic Colors of #A8BC1E
Black with #A8BC1E
Text Example
Text Example
White with #A8BC1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8BC1E; }
p { color: rgb(168,188,30); }
H1.HeaderClassName
{
color: #A8BC1E;
}
.AnyTagClassName
{
color: #A8BC1E;
}
</style>
background-color css
<style>
a { background-color: #A8BC1E; }
a { background-color: rgb(168,188,30); }
div.DivClassName
{
background-color: #A8BC1E;
}
.BgClassName
{
background-color: #A8BC1E;
}
</style>
border-color css
<style>
span { border-color: #A8BC1E; }
span { border-color: rgb(168,188,30); }
td.TdClassName
{
border-color: #A8BC1E;
}
.TagClassName
{
border-color: #A8BC1E;
}
</style>