Shades of Bahia #A8BF30
Tints of Bahia #A8BF30
RGB
CMYK
RGB Variations
Color information
#A8BF30 (or 0xA8BF30) is known color: Bahia. HEX triplet: A8, BF and 30. RGB value is (168,191,48). Sum of RGB (Red+Green+Blue) = 168+191+48=407 (53% of max value = 765). Red value is 168 (66.02% from 255 or 41.28% from 407); Green value is 191 (75% from 255 or 46.93% from 407); Blue value is 48 (19.14% from 255 or 11.79% from 407); Max value from RGB is 191 - color contains mainly: green. Hex color #A8BF30 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8BF30 is #5740CF. Grayscale: #A8A8A8. Windows color (decimal): -5718224 or 3194792. OLE color: 3194792.
HSL color Cylindrical-coordinate representation of color #A8BF30: hue angle of 69.65º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A8BF30 is Cyan = 0.12, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 168 | 191 | 48 | - |
| CMYK | 0.12 | 0 | 0.75 | 0.25 |
| HSL | 69.65º | 0.6% | 0.47% | - |
| HSV(B) | 69.65º | 0.75% | 0.75% | - |
| XYZ | 35.31 | 45.8 | 9.78 | - |
| YUV | 167.82 | 60.38 | 128.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 191 | 48 | 0.12 | 0 | 0.75 | 0.25 | 69.65 | 0.6 | 0.47 |
| Hex | A8 | BF | 30 | C | 0 | 4B | 19 | 46 | 3C | 2F |
| Octal | 250 | 277 | 60 | 14 | 0 | 113 | 31 | 106 | 74 | 57 |
| Binary | 10101000 | 10111111 | 110000 | 1100 | 0 | 1001011 | 11001 | 1000110 | 111100 | 101111 |
Color Harmonies of #A8BF30
Complementary color
Monochromatic Colors of #A8BF30
Black with #A8BF30
Text Example
Text Example
White with #A8BF30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8BF30; }
p { color: rgb(168,191,48); }
H1.HeaderClassName
{
color: #A8BF30;
}
.AnyTagClassName
{
color: #A8BF30;
}
</style>
background-color css
<style>
a { background-color: #A8BF30; }
a { background-color: rgb(168,191,48); }
div.DivClassName
{
background-color: #A8BF30;
}
.BgClassName
{
background-color: #A8BF30;
}
</style>
border-color css
<style>
span { border-color: #A8BF30; }
span { border-color: rgb(168,191,48); }
td.TdClassName
{
border-color: #A8BF30;
}
.TagClassName
{
border-color: #A8BF30;
}
</style>