Shades of Bahia #AFC526
Tints of Bahia #AFC526
RGB
CMYK
RGB Variations
Color information
#AFC526 (or 0xAFC526) is known color: Bahia. HEX triplet: AF, C5 and 26. RGB value is (175,197,38). Sum of RGB (Red+Green+Blue) = 175+197+38=410 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.68% from 410); Green value is 197 (77.34% from 255 or 48.05% from 410); Blue value is 38 (15.23% from 255 or 9.27% from 410); Max value from RGB is 197 - color contains mainly: green. Hex color #AFC526 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFC526 is #503AD9. Grayscale: #ACACAC. Windows color (decimal): -5257946 or 2540975. OLE color: 2540975.
HSL color Cylindrical-coordinate representation of color #AFC526: hue angle of 68.3º degrees, saturation: 0.68, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AFC526 is Cyan = 0.11, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 175 | 197 | 38 | - |
| CMYK | 0.11 | 0 | 0.81 | 0.23 |
| HSL | 68.3º | 0.68% | 0.46% | - |
| HSV(B) | 68.3º | 0.81% | 0.77% | - |
| XYZ | 38 | 49.19 | 9.33 | - |
| YUV | 172.3 | 52.21 | 129.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 197 | 38 | 0.11 | 0 | 0.81 | 0.23 | 68.3 | 0.68 | 0.46 |
| Hex | AF | C5 | 26 | B | 0 | 51 | 17 | 44 | 44 | 2E |
| Octal | 257 | 305 | 46 | 13 | 0 | 121 | 27 | 104 | 104 | 56 |
| Binary | 10101111 | 11000101 | 100110 | 1011 | 0 | 1010001 | 10111 | 1000100 | 1000100 | 101110 |
Color Harmonies of #AFC526
Complementary color
Monochromatic Colors of #AFC526
Black with #AFC526
Text Example
Text Example
White with #AFC526
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFC526; }
p { color: rgb(175,197,38); }
H1.HeaderClassName
{
color: #AFC526;
}
.AnyTagClassName
{
color: #AFC526;
}
</style>
background-color css
<style>
a { background-color: #AFC526; }
a { background-color: rgb(175,197,38); }
div.DivClassName
{
background-color: #AFC526;
}
.BgClassName
{
background-color: #AFC526;
}
</style>
border-color css
<style>
span { border-color: #AFC526; }
span { border-color: rgb(175,197,38); }
td.TdClassName
{
border-color: #AFC526;
}
.TagClassName
{
border-color: #AFC526;
}
</style>