Shades of Bahia #A8BE23
Tints of Bahia #A8BE23
RGB
CMYK
RGB Variations
Color information
#A8BE23 (or 0xA8BE23) is known color: Bahia. HEX triplet: A8, BE and 23. RGB value is (168,190,35). Sum of RGB (Red+Green+Blue) = 168+190+35=393 (52% of max value = 765). Red value is 168 (66.02% from 255 or 42.75% from 393); Green value is 190 (74.61% from 255 or 48.35% from 393); Blue value is 35 (14.06% from 255 or 8.91% from 393); Max value from RGB is 190 - color contains mainly: green. Hex color #A8BE23 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8BE23 is #5741DC. Grayscale: #A6A6A6. Windows color (decimal): -5718493 or 2342568. OLE color: 2342568.
HSL color Cylindrical-coordinate representation of color #A8BE23: hue angle of 68.52º degrees, saturation: 0.69, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A8BE23 is Cyan = 0.12, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 168 | 190 | 35 | - |
| CMYK | 0.12 | 0 | 0.82 | 0.25 |
| HSL | 68.52º | 0.69% | 0.44% | - |
| HSV(B) | 68.52º | 0.82% | 0.75% | - |
| XYZ | 34.87 | 45.27 | 8.49 | - |
| YUV | 165.75 | 54.21 | 129.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 190 | 35 | 0.12 | 0 | 0.82 | 0.25 | 68.52 | 0.69 | 0.44 |
| Hex | A8 | BE | 23 | C | 0 | 52 | 19 | 45 | 45 | 2C |
| Octal | 250 | 276 | 43 | 14 | 0 | 122 | 31 | 105 | 105 | 54 |
| Binary | 10101000 | 10111110 | 100011 | 1100 | 0 | 1010010 | 11001 | 1000101 | 1000101 | 101100 |
Color Harmonies of #A8BE23
Complementary color
Monochromatic Colors of #A8BE23
Black with #A8BE23
Text Example
Text Example
White with #A8BE23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8BE23; }
p { color: rgb(168,190,35); }
H1.HeaderClassName
{
color: #A8BE23;
}
.AnyTagClassName
{
color: #A8BE23;
}
</style>
background-color css
<style>
a { background-color: #A8BE23; }
a { background-color: rgb(168,190,35); }
div.DivClassName
{
background-color: #A8BE23;
}
.BgClassName
{
background-color: #A8BE23;
}
</style>
border-color css
<style>
span { border-color: #A8BE23; }
span { border-color: rgb(168,190,35); }
td.TdClassName
{
border-color: #A8BE23;
}
.TagClassName
{
border-color: #A8BE23;
}
</style>