Shades of Bahia #AFB92A
Tints of Bahia #AFB92A
RGB
CMYK
RGB Variations
Color information
#AFB92A (or 0xAFB92A) is known color: Bahia. HEX triplet: AF, B9 and 2A. RGB value is (175,185,42). Sum of RGB (Red+Green+Blue) = 175+185+42=402 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.53% from 402); Green value is 185 (72.66% from 255 or 46.02% from 402); Blue value is 42 (16.80% from 255 or 10.45% from 402); Max value from RGB is 185 - color contains mainly: green. Hex color #AFB92A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFB92A is #5046D5. Grayscale: #A6A6A6. Windows color (decimal): -5261014 or 2800047. OLE color: 2800047.
HSL color Cylindrical-coordinate representation of color #AFB92A: hue angle of 64.2º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AFB92A is Cyan = 0.05, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 175 | 185 | 42 | - |
| CMYK | 0.05 | 0 | 0.77 | 0.27 |
| HSL | 64.2º | 0.63% | 0.45% | - |
| HSV(B) | 64.2º | 0.77% | 0.73% | - |
| XYZ | 35.45 | 43.98 | 8.81 | - |
| YUV | 165.71 | 58.19 | 134.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 185 | 42 | 0.05 | 0 | 0.77 | 0.27 | 64.2 | 0.63 | 0.45 |
| Hex | AF | B9 | 2A | 5 | 0 | 4D | 1B | 40 | 3F | 2D |
| Octal | 257 | 271 | 52 | 5 | 0 | 115 | 33 | 100 | 77 | 55 |
| Binary | 10101111 | 10111001 | 101010 | 101 | 0 | 1001101 | 11011 | 1000000 | 111111 | 101101 |
Color Harmonies of #AFB92A
Complementary color
Monochromatic Colors of #AFB92A
Black with #AFB92A
Text Example
Text Example
White with #AFB92A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFB92A; }
p { color: rgb(175,185,42); }
H1.HeaderClassName
{
color: #AFB92A;
}
.AnyTagClassName
{
color: #AFB92A;
}
</style>
background-color css
<style>
a { background-color: #AFB92A; }
a { background-color: rgb(175,185,42); }
div.DivClassName
{
background-color: #AFB92A;
}
.BgClassName
{
background-color: #AFB92A;
}
</style>
border-color css
<style>
span { border-color: #AFB92A; }
span { border-color: rgb(175,185,42); }
td.TdClassName
{
border-color: #AFB92A;
}
.TagClassName
{
border-color: #AFB92A;
}
</style>