Shades of Bahia #AFB81A
Tints of Bahia #AFB81A
RGB
CMYK
RGB Variations
Color information
#AFB81A (or 0xAFB81A) is known color: Bahia. HEX triplet: AF, B8 and 1A. RGB value is (175,184,26). Sum of RGB (Red+Green+Blue) = 175+184+26=385 (50% of max value = 765). Red value is 175 (68.75% from 255 or 45.45% from 385); Green value is 184 (72.27% from 255 or 47.79% from 385); Blue value is 26 (10.55% from 255 or 6.75% from 385); Max value from RGB is 184 - color contains mainly: green. Hex color #AFB81A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFB81A is #5047E5. Grayscale: #A3A3A3. Windows color (decimal): -5261286 or 1751215. OLE color: 1751215.
HSL color Cylindrical-coordinate representation of color #AFB81A: hue angle of 63.42º degrees, saturation: 0.75, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AFB81A is Cyan = 0.05, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 175 | 184 | 26 | - |
| CMYK | 0.05 | 0 | 0.86 | 0.28 |
| HSL | 63.42º | 0.75% | 0.41% | - |
| HSV(B) | 63.42º | 0.86% | 0.72% | - |
| XYZ | 35.01 | 43.47 | 7.52 | - |
| YUV | 163.3 | 50.52 | 136.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 184 | 26 | 0.05 | 0 | 0.86 | 0.28 | 63.42 | 0.75 | 0.41 |
| Hex | AF | B8 | 1A | 5 | 0 | 56 | 1C | 3F | 4B | 29 |
| Octal | 257 | 270 | 32 | 5 | 0 | 126 | 34 | 77 | 113 | 51 |
| Binary | 10101111 | 10111000 | 11010 | 101 | 0 | 1010110 | 11100 | 111111 | 1001011 | 101001 |
Color Harmonies of #AFB81A
Complementary color
Monochromatic Colors of #AFB81A
Black with #AFB81A
Text Example
Text Example
White with #AFB81A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFB81A; }
p { color: rgb(175,184,26); }
H1.HeaderClassName
{
color: #AFB81A;
}
.AnyTagClassName
{
color: #AFB81A;
}
</style>
background-color css
<style>
a { background-color: #AFB81A; }
a { background-color: rgb(175,184,26); }
div.DivClassName
{
background-color: #AFB81A;
}
.BgClassName
{
background-color: #AFB81A;
}
</style>
border-color css
<style>
span { border-color: #AFB81A; }
span { border-color: rgb(175,184,26); }
td.TdClassName
{
border-color: #AFB81A;
}
.TagClassName
{
border-color: #AFB81A;
}
</style>