Shades of Bahia #A8BE2B
Tints of Bahia #A8BE2B
RGB
CMYK
RGB Variations
Color information
#A8BE2B (or 0xA8BE2B) is known color: Bahia. HEX triplet: A8, BE and 2B. RGB value is (168,190,43). Sum of RGB (Red+Green+Blue) = 168+190+43=401 (53% of max value = 765). Red value is 168 (66.02% from 255 or 41.90% from 401); Green value is 190 (74.61% from 255 or 47.38% from 401); Blue value is 43 (17.19% from 255 or 10.72% from 401); Max value from RGB is 190 - color contains mainly: green. Hex color #A8BE2B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8BE2B is #5741D4. Grayscale: #A7A7A7. Windows color (decimal): -5718485 or 2866856. OLE color: 2866856.
HSL color Cylindrical-coordinate representation of color #A8BE2B: hue angle of 68.98º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A8BE2B is Cyan = 0.12, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.25.
Color convert
RGB | 168 | 190 | 43 | - |
CMYK | 0.12 | 0 | 0.77 | 0.25 |
HSL | 68.98º | 0.63% | 0.46% | - |
HSV(B) | 68.98º | 0.77% | 0.75% | - |
XYZ | 35 | 45.33 | 9.19 | - |
YUV | 166.66 | 58.21 | 128.95 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 168 | 190 | 43 | 0.12 | 0 | 0.77 | 0.25 | 68.98 | 0.63 | 0.46 |
Hex | A8 | BE | 2B | C | 0 | 4D | 19 | 45 | 3F | 2E |
Octal | 250 | 276 | 53 | 14 | 0 | 115 | 31 | 105 | 77 | 56 |
Binary | 10101000 | 10111110 | 101011 | 1100 | 0 | 1001101 | 11001 | 1000101 | 111111 | 101110 |
Color Harmonies of #A8BE2B
Complementary color
Monochromatic Colors of #A8BE2B
Black with #A8BE2B
Text Example
Text Example
White with #A8BE2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8BE2B; }
p { color: rgb(168,190,43); }
H1.HeaderClassName
{
color: #A8BE2B;
}
.AnyTagClassName
{
color: #A8BE2B;
}
</style>
background-color css
<style>
a { background-color: #A8BE2B; }
a { background-color: rgb(168,190,43); }
div.DivClassName
{
background-color: #A8BE2B;
}
.BgClassName
{
background-color: #A8BE2B;
}
</style>
border-color css
<style>
span { border-color: #A8BE2B; }
span { border-color: rgb(168,190,43); }
td.TdClassName
{
border-color: #A8BE2B;
}
.TagClassName
{
border-color: #A8BE2B;
}
</style>