Shades of Bahia #A8BF23
Tints of Bahia #A8BF23
RGB
CMYK
RGB Variations
Color information
#A8BF23 (or 0xA8BF23) is known color: Bahia. HEX triplet: A8, BF and 23. RGB value is (168,191,35). Sum of RGB (Red+Green+Blue) = 168+191+35=394 (52% of max value = 765). Red value is 168 (66.02% from 255 or 42.64% from 394); Green value is 191 (75% from 255 or 48.48% from 394); Blue value is 35 (14.06% from 255 or 8.88% from 394); Max value from RGB is 191 - color contains mainly: green. Hex color #A8BF23 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8BF23 is #5740DC. Grayscale: #A6A6A6. Windows color (decimal): -5718237 or 2342824. OLE color: 2342824.
HSL color Cylindrical-coordinate representation of color #A8BF23: hue angle of 68.85º 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 #A8BF23 is Cyan = 0.12, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 168 | 191 | 35 | - |
| CMYK | 0.12 | 0 | 0.82 | 0.25 |
| HSL | 68.85º | 0.69% | 0.44% | - |
| HSV(B) | 68.85º | 0.82% | 0.75% | - |
| XYZ | 35.08 | 45.71 | 8.56 | - |
| YUV | 166.34 | 53.88 | 129.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 191 | 35 | 0.12 | 0 | 0.82 | 0.25 | 68.85 | 0.69 | 0.44 |
| Hex | A8 | BF | 23 | C | 0 | 52 | 19 | 45 | 45 | 2C |
| Octal | 250 | 277 | 43 | 14 | 0 | 122 | 31 | 105 | 105 | 54 |
| Binary | 10101000 | 10111111 | 100011 | 1100 | 0 | 1010010 | 11001 | 1000101 | 1000101 | 101100 |
Color Harmonies of #A8BF23
Complementary color
Monochromatic Colors of #A8BF23
Black with #A8BF23
Text Example
Text Example
White with #A8BF23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8BF23; }
p { color: rgb(168,191,35); }
H1.HeaderClassName
{
color: #A8BF23;
}
.AnyTagClassName
{
color: #A8BF23;
}
</style>
background-color css
<style>
a { background-color: #A8BF23; }
a { background-color: rgb(168,191,35); }
div.DivClassName
{
background-color: #A8BF23;
}
.BgClassName
{
background-color: #A8BF23;
}
</style>
border-color css
<style>
span { border-color: #A8BF23; }
span { border-color: rgb(168,191,35); }
td.TdClassName
{
border-color: #A8BF23;
}
.TagClassName
{
border-color: #A8BF23;
}
</style>