Shades of Bahia #A8BE28
Tints of Bahia #A8BE28
RGB
CMYK
RGB Variations
Color information
#A8BE28 (or 0xA8BE28) is known color: Bahia. HEX triplet: A8, BE and 28. RGB value is (168,190,40). Sum of RGB (Red+Green+Blue) = 168+190+40=398 (52% of max value = 765). Red value is 168 (66.02% from 255 or 42.21% from 398); Green value is 190 (74.61% from 255 or 47.74% from 398); Blue value is 40 (16.02% from 255 or 10.05% from 398); Max value from RGB is 190 - color contains mainly: green. Hex color #A8BE28 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8BE28 is #5741D7. Grayscale: #A6A6A6. Windows color (decimal): -5718488 or 2670248. OLE color: 2670248.
HSL color Cylindrical-coordinate representation of color #A8BE28: hue angle of 68.8º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A8BE28 is Cyan = 0.12, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 168 | 190 | 40 | - |
| CMYK | 0.12 | 0 | 0.79 | 0.25 |
| HSL | 68.8º | 0.65% | 0.45% | - |
| HSV(B) | 68.8º | 0.79% | 0.75% | - |
| XYZ | 34.94 | 45.3 | 8.91 | - |
| YUV | 166.32 | 56.71 | 129.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 190 | 40 | 0.12 | 0 | 0.79 | 0.25 | 68.8 | 0.65 | 0.45 |
| Hex | A8 | BE | 28 | C | 0 | 4F | 19 | 45 | 41 | 2D |
| Octal | 250 | 276 | 50 | 14 | 0 | 117 | 31 | 105 | 101 | 55 |
| Binary | 10101000 | 10111110 | 101000 | 1100 | 0 | 1001111 | 11001 | 1000101 | 1000001 | 101101 |
Color Harmonies of #A8BE28
Complementary color
Monochromatic Colors of #A8BE28
Black with #A8BE28
Text Example
Text Example
White with #A8BE28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8BE28; }
p { color: rgb(168,190,40); }
H1.HeaderClassName
{
color: #A8BE28;
}
.AnyTagClassName
{
color: #A8BE28;
}
</style>
background-color css
<style>
a { background-color: #A8BE28; }
a { background-color: rgb(168,190,40); }
div.DivClassName
{
background-color: #A8BE28;
}
.BgClassName
{
background-color: #A8BE28;
}
</style>
border-color css
<style>
span { border-color: #A8BE28; }
span { border-color: rgb(168,190,40); }
td.TdClassName
{
border-color: #A8BE28;
}
.TagClassName
{
border-color: #A8BE28;
}
</style>