Shades of Bahia #AFB72E
Tints of Bahia #AFB72E
RGB
CMYK
RGB Variations
Color information
#AFB72E (or 0xAFB72E) is known color: Bahia. HEX triplet: AF, B7 and 2E. RGB value is (175,183,46). Sum of RGB (Red+Green+Blue) = 175+183+46=404 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.32% from 404); Green value is 183 (71.88% from 255 or 45.30% from 404); Blue value is 46 (18.36% from 255 or 11.39% from 404); Max value from RGB is 183 - color contains mainly: green. Hex color #AFB72E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFB72E is #5048D1. Grayscale: #A5A5A5. Windows color (decimal): -5261522 or 3061679. OLE color: 3061679.
HSL color Cylindrical-coordinate representation of color #AFB72E: hue angle of 63.5º degrees, saturation: 0.6, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AFB72E is Cyan = 0.04, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 175 | 183 | 46 | - |
| CMYK | 0.04 | 0 | 0.75 | 0.28 |
| HSL | 63.5º | 0.6% | 0.45% | - |
| HSV(B) | 63.5º | 0.75% | 0.72% | - |
| XYZ | 35.11 | 43.18 | 9.07 | - |
| YUV | 164.99 | 60.85 | 135.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 183 | 46 | 0.04 | 0 | 0.75 | 0.28 | 63.5 | 0.6 | 0.45 |
| Hex | AF | B7 | 2E | 4 | 0 | 4B | 1C | 40 | 3C | 2D |
| Octal | 257 | 267 | 56 | 4 | 0 | 113 | 34 | 100 | 74 | 55 |
| Binary | 10101111 | 10110111 | 101110 | 100 | 0 | 1001011 | 11100 | 1000000 | 111100 | 101101 |
Color Harmonies of #AFB72E
Complementary color
Monochromatic Colors of #AFB72E
Black with #AFB72E
Text Example
Text Example
White with #AFB72E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFB72E; }
p { color: rgb(175,183,46); }
H1.HeaderClassName
{
color: #AFB72E;
}
.AnyTagClassName
{
color: #AFB72E;
}
</style>
background-color css
<style>
a { background-color: #AFB72E; }
a { background-color: rgb(175,183,46); }
div.DivClassName
{
background-color: #AFB72E;
}
.BgClassName
{
background-color: #AFB72E;
}
</style>
border-color css
<style>
span { border-color: #AFB72E; }
span { border-color: rgb(175,183,46); }
td.TdClassName
{
border-color: #AFB72E;
}
.TagClassName
{
border-color: #AFB72E;
}
</style>