Shades of Bahia #A8B92C
Tints of Bahia #A8B92C
RGB
CMYK
RGB Variations
Color information
#A8B92C (or 0xA8B92C) is known color: Bahia. HEX triplet: A8, B9 and 2C. RGB value is (168,185,44). Sum of RGB (Red+Green+Blue) = 168+185+44=397 (52% of max value = 765). Red value is 168 (66.02% from 255 or 42.32% from 397); Green value is 185 (72.66% from 255 or 46.60% from 397); Blue value is 44 (17.58% from 255 or 11.08% from 397); Max value from RGB is 185 - color contains mainly: green. Hex color #A8B92C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8B92C is #5746D3. Grayscale: #A4A4A4. Windows color (decimal): -5719764 or 2931112. OLE color: 2931112.
HSL color Cylindrical-coordinate representation of color #A8B92C: hue angle of 67.23º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A8B92C is Cyan = 0.09, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 168 | 185 | 44 | - |
| CMYK | 0.09 | 0 | 0.76 | 0.27 |
| HSL | 67.23º | 0.62% | 0.45% | - |
| HSV(B) | 67.23º | 0.76% | 0.73% | - |
| XYZ | 33.95 | 43.2 | 8.93 | - |
| YUV | 163.84 | 60.37 | 130.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 185 | 44 | 0.09 | 0 | 0.76 | 0.27 | 67.23 | 0.62 | 0.45 |
| Hex | A8 | B9 | 2C | 9 | 0 | 4C | 1B | 43 | 3E | 2D |
| Octal | 250 | 271 | 54 | 11 | 0 | 114 | 33 | 103 | 76 | 55 |
| Binary | 10101000 | 10111001 | 101100 | 1001 | 0 | 1001100 | 11011 | 1000011 | 111110 | 101101 |
Color Harmonies of #A8B92C
Complementary color
Monochromatic Colors of #A8B92C
Black with #A8B92C
Text Example
Text Example
White with #A8B92C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8B92C; }
p { color: rgb(168,185,44); }
H1.HeaderClassName
{
color: #A8B92C;
}
.AnyTagClassName
{
color: #A8B92C;
}
</style>
background-color css
<style>
a { background-color: #A8B92C; }
a { background-color: rgb(168,185,44); }
div.DivClassName
{
background-color: #A8B92C;
}
.BgClassName
{
background-color: #A8B92C;
}
</style>
border-color css
<style>
span { border-color: #A8B92C; }
span { border-color: rgb(168,185,44); }
td.TdClassName
{
border-color: #A8B92C;
}
.TagClassName
{
border-color: #A8B92C;
}
</style>