Shades of Bahia #A8BE25
Tints of Bahia #A8BE25
RGB
CMYK
RGB Variations
Color information
#A8BE25 (or 0xA8BE25) is known color: Bahia. HEX triplet: A8, BE and 25. RGB value is (168,190,37). Sum of RGB (Red+Green+Blue) = 168+190+37=395 (52% of max value = 765). Red value is 168 (66.02% from 255 or 42.53% from 395); Green value is 190 (74.61% from 255 or 48.10% from 395); Blue value is 37 (14.84% from 255 or 9.37% from 395); Max value from RGB is 190 - color contains mainly: green. Hex color #A8BE25 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8BE25 is #5741DA. Grayscale: #A6A6A6. Windows color (decimal): -5718491 or 2473640. OLE color: 2473640.
HSL color Cylindrical-coordinate representation of color #A8BE25: hue angle of 68.63º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A8BE25 is Cyan = 0.12, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 168 | 190 | 37 | - |
| CMYK | 0.12 | 0 | 0.81 | 0.25 |
| HSL | 68.63º | 0.67% | 0.45% | - |
| HSV(B) | 68.63º | 0.81% | 0.75% | - |
| XYZ | 34.9 | 45.29 | 8.65 | - |
| YUV | 165.98 | 55.21 | 129.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 190 | 37 | 0.12 | 0 | 0.81 | 0.25 | 68.63 | 0.67 | 0.45 |
| Hex | A8 | BE | 25 | C | 0 | 51 | 19 | 45 | 43 | 2D |
| Octal | 250 | 276 | 45 | 14 | 0 | 121 | 31 | 105 | 103 | 55 |
| Binary | 10101000 | 10111110 | 100101 | 1100 | 0 | 1010001 | 11001 | 1000101 | 1000011 | 101101 |
Color Harmonies of #A8BE25
Complementary color
Monochromatic Colors of #A8BE25
Black with #A8BE25
Text Example
Text Example
White with #A8BE25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8BE25; }
p { color: rgb(168,190,37); }
H1.HeaderClassName
{
color: #A8BE25;
}
.AnyTagClassName
{
color: #A8BE25;
}
</style>
background-color css
<style>
a { background-color: #A8BE25; }
a { background-color: rgb(168,190,37); }
div.DivClassName
{
background-color: #A8BE25;
}
.BgClassName
{
background-color: #A8BE25;
}
</style>
border-color css
<style>
span { border-color: #A8BE25; }
span { border-color: rgb(168,190,37); }
td.TdClassName
{
border-color: #A8BE25;
}
.TagClassName
{
border-color: #A8BE25;
}
</style>