Shades of Bahia #A8BC30
Tints of Bahia #A8BC30
RGB
CMYK
RGB Variations
Color information
#A8BC30 (or 0xA8BC30) is known color: Bahia. HEX triplet: A8, BC and 30. RGB value is (168,188,48). Sum of RGB (Red+Green+Blue) = 168+188+48=404 (53% of max value = 765). Red value is 168 (66.02% from 255 or 41.58% from 404); Green value is 188 (73.83% from 255 or 46.53% from 404); Blue value is 48 (19.14% from 255 or 11.88% from 404); Max value from RGB is 188 - color contains mainly: green. Hex color #A8BC30 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8BC30 is #5743CF. Grayscale: #A6A6A6. Windows color (decimal): -5718992 or 3194024. OLE color: 3194024.
HSL color Cylindrical-coordinate representation of color #A8BC30: hue angle of 68.57º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A8BC30 is Cyan = 0.11, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 168 | 188 | 48 | - |
| CMYK | 0.11 | 0 | 0.74 | 0.26 |
| HSL | 68.57º | 0.59% | 0.46% | - |
| HSV(B) | 68.57º | 0.74% | 0.74% | - |
| XYZ | 34.67 | 44.5 | 9.56 | - |
| YUV | 166.06 | 61.37 | 129.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 188 | 48 | 0.11 | 0 | 0.74 | 0.26 | 68.57 | 0.59 | 0.46 |
| Hex | A8 | BC | 30 | B | 0 | 4A | 1A | 45 | 3B | 2E |
| Octal | 250 | 274 | 60 | 13 | 0 | 112 | 32 | 105 | 73 | 56 |
| Binary | 10101000 | 10111100 | 110000 | 1011 | 0 | 1001010 | 11010 | 1000101 | 111011 | 101110 |
Color Harmonies of #A8BC30
Complementary color
Monochromatic Colors of #A8BC30
Black with #A8BC30
Text Example
Text Example
White with #A8BC30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8BC30; }
p { color: rgb(168,188,48); }
H1.HeaderClassName
{
color: #A8BC30;
}
.AnyTagClassName
{
color: #A8BC30;
}
</style>
background-color css
<style>
a { background-color: #A8BC30; }
a { background-color: rgb(168,188,48); }
div.DivClassName
{
background-color: #A8BC30;
}
.BgClassName
{
background-color: #A8BC30;
}
</style>
border-color css
<style>
span { border-color: #A8BC30; }
span { border-color: rgb(168,188,48); }
td.TdClassName
{
border-color: #A8BC30;
}
.TagClassName
{
border-color: #A8BC30;
}
</style>