Shades of Bahia #A8BE32
Tints of Bahia #A8BE32
RGB
CMYK
RGB Variations
Color information
#A8BE32 (or 0xA8BE32) is known color: Bahia. HEX triplet: A8, BE and 32. RGB value is (168,190,50). Sum of RGB (Red+Green+Blue) = 168+190+50=408 (54% of max value = 765). Red value is 168 (66.02% from 255 or 41.18% from 408); Green value is 190 (74.61% from 255 or 46.57% from 408); Blue value is 50 (19.92% from 255 or 12.25% from 408); Max value from RGB is 190 - color contains mainly: green. Hex color #A8BE32 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8BE32 is #5741CD. Grayscale: #A8A8A8. Windows color (decimal): -5718478 or 3325608. OLE color: 3325608.
HSL color Cylindrical-coordinate representation of color #A8BE32: hue angle of 69.43º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A8BE32 is Cyan = 0.12, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 168 | 190 | 50 | - |
| CMYK | 0.12 | 0 | 0.74 | 0.25 |
| HSL | 69.43º | 0.58% | 0.47% | - |
| HSV(B) | 69.43º | 0.74% | 0.75% | - |
| XYZ | 35.14 | 45.38 | 9.93 | - |
| YUV | 167.46 | 61.71 | 128.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 190 | 50 | 0.12 | 0 | 0.74 | 0.25 | 69.43 | 0.58 | 0.47 |
| Hex | A8 | BE | 32 | C | 0 | 4A | 19 | 45 | 3A | 2F |
| Octal | 250 | 276 | 62 | 14 | 0 | 112 | 31 | 105 | 72 | 57 |
| Binary | 10101000 | 10111110 | 110010 | 1100 | 0 | 1001010 | 11001 | 1000101 | 111010 | 101111 |
Color Harmonies of #A8BE32
Complementary color
Monochromatic Colors of #A8BE32
Black with #A8BE32
Text Example
Text Example
White with #A8BE32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8BE32; }
p { color: rgb(168,190,50); }
H1.HeaderClassName
{
color: #A8BE32;
}
.AnyTagClassName
{
color: #A8BE32;
}
</style>
background-color css
<style>
a { background-color: #A8BE32; }
a { background-color: rgb(168,190,50); }
div.DivClassName
{
background-color: #A8BE32;
}
.BgClassName
{
background-color: #A8BE32;
}
</style>
border-color css
<style>
span { border-color: #A8BE32; }
span { border-color: rgb(168,190,50); }
td.TdClassName
{
border-color: #A8BE32;
}
.TagClassName
{
border-color: #A8BE32;
}
</style>