Shades of Bahia #A8BF27
Tints of Bahia #A8BF27
RGB
CMYK
RGB Variations
Color information
#A8BF27 (or 0xA8BF27) is known color: Bahia. HEX triplet: A8, BF and 27. RGB value is (168,191,39). Sum of RGB (Red+Green+Blue) = 168+191+39=398 (52% of max value = 765). Red value is 168 (66.02% from 255 or 42.21% from 398); Green value is 191 (75% from 255 or 47.99% from 398); Blue value is 39 (15.62% from 255 or 9.80% from 398); Max value from RGB is 191 - color contains mainly: green. Hex color #A8BF27 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8BF27 is #5740D8. Grayscale: #A7A7A7. Windows color (decimal): -5718233 or 2604968. OLE color: 2604968.
HSL color Cylindrical-coordinate representation of color #A8BF27: hue angle of 69.08º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A8BF27 is Cyan = 0.12, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 168 | 191 | 39 | - |
| CMYK | 0.12 | 0 | 0.80 | 0.25 |
| HSL | 69.08º | 0.66% | 0.45% | - |
| HSV(B) | 69.08º | 0.8% | 0.75% | - |
| XYZ | 35.15 | 45.73 | 8.89 | - |
| YUV | 166.8 | 55.88 | 128.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 191 | 39 | 0.12 | 0 | 0.80 | 0.25 | 69.08 | 0.66 | 0.45 |
| Hex | A8 | BF | 27 | C | 0 | 50 | 19 | 45 | 42 | 2D |
| Octal | 250 | 277 | 47 | 14 | 0 | 120 | 31 | 105 | 102 | 55 |
| Binary | 10101000 | 10111111 | 100111 | 1100 | 0 | 1010000 | 11001 | 1000101 | 1000010 | 101101 |
Color Harmonies of #A8BF27
Complementary color
Monochromatic Colors of #A8BF27
Black with #A8BF27
Text Example
Text Example
White with #A8BF27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8BF27; }
p { color: rgb(168,191,39); }
H1.HeaderClassName
{
color: #A8BF27;
}
.AnyTagClassName
{
color: #A8BF27;
}
</style>
background-color css
<style>
a { background-color: #A8BF27; }
a { background-color: rgb(168,191,39); }
div.DivClassName
{
background-color: #A8BF27;
}
.BgClassName
{
background-color: #A8BF27;
}
</style>
border-color css
<style>
span { border-color: #A8BF27; }
span { border-color: rgb(168,191,39); }
td.TdClassName
{
border-color: #A8BF27;
}
.TagClassName
{
border-color: #A8BF27;
}
</style>