Shades of Bahia #A8BC17
Tints of Bahia #A8BC17
RGB
CMYK
RGB Variations
Color information
#A8BC17 (or 0xA8BC17) is known color: Bahia. HEX triplet: A8, BC and 17. RGB value is (168,188,23). Sum of RGB (Red+Green+Blue) = 168+188+23=379 (50% of max value = 765). Red value is 168 (66.02% from 255 or 44.33% from 379); Green value is 188 (73.83% from 255 or 49.60% from 379); Blue value is 23 (9.38% from 255 or 6.07% from 379); Max value from RGB is 188 - color contains mainly: green. Hex color #A8BC17 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A8BC17 is #5743E8. Grayscale: #A3A3A3. Windows color (decimal): -5719017 or 1555624. OLE color: 1555624.
HSL color Cylindrical-coordinate representation of color #A8BC17: hue angle of 67.27º degrees, saturation: 0.78, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A8BC17 is Cyan = 0.11, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 168 | 188 | 23 | - |
| CMYK | 0.11 | 0 | 0.88 | 0.26 |
| HSL | 67.27º | 0.78% | 0.41% | - |
| HSV(B) | 67.27º | 0.88% | 0.74% | - |
| XYZ | 34.29 | 44.35 | 7.56 | - |
| YUV | 163.21 | 48.87 | 131.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 188 | 23 | 0.11 | 0 | 0.88 | 0.26 | 67.27 | 0.78 | 0.41 |
| Hex | A8 | BC | 17 | B | 0 | 58 | 1A | 43 | 4E | 29 |
| Octal | 250 | 274 | 27 | 13 | 0 | 130 | 32 | 103 | 116 | 51 |
| Binary | 10101000 | 10111100 | 10111 | 1011 | 0 | 1011000 | 11010 | 1000011 | 1001110 | 101001 |
Color Harmonies of #A8BC17
Complementary color
Monochromatic Colors of #A8BC17
Black with #A8BC17
Text Example
Text Example
White with #A8BC17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8BC17; }
p { color: rgb(168,188,23); }
H1.HeaderClassName
{
color: #A8BC17;
}
.AnyTagClassName
{
color: #A8BC17;
}
</style>
background-color css
<style>
a { background-color: #A8BC17; }
a { background-color: rgb(168,188,23); }
div.DivClassName
{
background-color: #A8BC17;
}
.BgClassName
{
background-color: #A8BC17;
}
</style>
border-color css
<style>
span { border-color: #A8BC17; }
span { border-color: rgb(168,188,23); }
td.TdClassName
{
border-color: #A8BC17;
}
.TagClassName
{
border-color: #A8BC17;
}
</style>