Shades of Bahia #A6BE24
Tints of Bahia #A6BE24
RGB
CMYK
RGB Variations
Color information
#A6BE24 (or 0xA6BE24) is known color: Bahia. HEX triplet: A6, BE and 24. RGB value is (166,190,36). Sum of RGB (Red+Green+Blue) = 166+190+36=392 (51% of max value = 765). Red value is 166 (65.23% from 255 or 42.35% from 392); Green value is 190 (74.61% from 255 or 48.47% from 392); Blue value is 36 (14.45% from 255 or 9.18% from 392); Max value from RGB is 190 - color contains mainly: green. Hex color #A6BE24 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A6BE24 is #5941DB. Grayscale: #A5A5A5. Windows color (decimal): -5849564 or 2408102. OLE color: 2408102.
HSL color Cylindrical-coordinate representation of color #A6BE24: hue angle of 69.35º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A6BE24 is Cyan = 0.13, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 166 | 190 | 36 | - |
| CMYK | 0.13 | 0 | 0.81 | 0.25 |
| HSL | 69.35º | 0.68% | 0.44% | - |
| HSV(B) | 69.35º | 0.81% | 0.75% | - |
| XYZ | 34.46 | 45.06 | 8.55 | - |
| YUV | 165.27 | 55.05 | 128.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 190 | 36 | 0.13 | 0 | 0.81 | 0.25 | 69.35 | 0.68 | 0.44 |
| Hex | A6 | BE | 24 | D | 0 | 51 | 19 | 45 | 44 | 2C |
| Octal | 246 | 276 | 44 | 15 | 0 | 121 | 31 | 105 | 104 | 54 |
| Binary | 10100110 | 10111110 | 100100 | 1101 | 0 | 1010001 | 11001 | 1000101 | 1000100 | 101100 |
Color Harmonies of #A6BE24
Complementary color
Monochromatic Colors of #A6BE24
Black with #A6BE24
Text Example
Text Example
White with #A6BE24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6BE24; }
p { color: rgb(166,190,36); }
H1.HeaderClassName
{
color: #A6BE24;
}
.AnyTagClassName
{
color: #A6BE24;
}
</style>
background-color css
<style>
a { background-color: #A6BE24; }
a { background-color: rgb(166,190,36); }
div.DivClassName
{
background-color: #A6BE24;
}
.BgClassName
{
background-color: #A6BE24;
}
</style>
border-color css
<style>
span { border-color: #A6BE24; }
span { border-color: rgb(166,190,36); }
td.TdClassName
{
border-color: #A6BE24;
}
.TagClassName
{
border-color: #A6BE24;
}
</style>