Shades of Bahia #AFC726
Tints of Bahia #AFC726
RGB
CMYK
RGB Variations
Color information
#AFC726 (or 0xAFC726) is known color: Bahia. HEX triplet: AF, C7 and 26. RGB value is (175,199,38). Sum of RGB (Red+Green+Blue) = 175+199+38=412 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.48% from 412); Green value is 199 (78.12% from 255 or 48.30% from 412); Blue value is 38 (15.23% from 255 or 9.22% from 412); Max value from RGB is 199 - color contains mainly: green. Hex color #AFC726 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFC726 is #5038D9. Grayscale: #AEAEAE. Windows color (decimal): -5257434 or 2541487. OLE color: 2541487.
HSL color Cylindrical-coordinate representation of color #AFC726: hue angle of 68.94º degrees, saturation: 0.68, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AFC726 is Cyan = 0.12, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 175 | 199 | 38 | - |
| CMYK | 0.12 | 0 | 0.81 | 0.22 |
| HSL | 68.94º | 0.68% | 0.46% | - |
| HSV(B) | 68.94º | 0.81% | 0.78% | - |
| XYZ | 38.45 | 50.1 | 9.48 | - |
| YUV | 173.47 | 51.55 | 129.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 199 | 38 | 0.12 | 0 | 0.81 | 0.22 | 68.94 | 0.68 | 0.46 |
| Hex | AF | C7 | 26 | C | 0 | 51 | 16 | 45 | 44 | 2E |
| Octal | 257 | 307 | 46 | 14 | 0 | 121 | 26 | 105 | 104 | 56 |
| Binary | 10101111 | 11000111 | 100110 | 1100 | 0 | 1010001 | 10110 | 1000101 | 1000100 | 101110 |
Color Harmonies of #AFC726
Complementary color
Monochromatic Colors of #AFC726
Black with #AFC726
Text Example
Text Example
White with #AFC726
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFC726; }
p { color: rgb(175,199,38); }
H1.HeaderClassName
{
color: #AFC726;
}
.AnyTagClassName
{
color: #AFC726;
}
</style>
background-color css
<style>
a { background-color: #AFC726; }
a { background-color: rgb(175,199,38); }
div.DivClassName
{
background-color: #AFC726;
}
.BgClassName
{
background-color: #AFC726;
}
</style>
border-color css
<style>
span { border-color: #AFC726; }
span { border-color: rgb(175,199,38); }
td.TdClassName
{
border-color: #AFC726;
}
.TagClassName
{
border-color: #AFC726;
}
</style>