Shades of Bahia #AFC525
Tints of Bahia #AFC525
RGB
CMYK
RGB Variations
Color information
#AFC525 (or 0xAFC525) is known color: Bahia. HEX triplet: AF, C5 and 25. RGB value is (175,197,37). Sum of RGB (Red+Green+Blue) = 175+197+37=409 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.79% from 409); Green value is 197 (77.34% from 255 or 48.17% from 409); Blue value is 37 (14.84% from 255 or 9.05% from 409); Max value from RGB is 197 - color contains mainly: green. Hex color #AFC525 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFC525 is #503ADA. Grayscale: #ACACAC. Windows color (decimal): -5257947 or 2475439. OLE color: 2475439.
HSL color Cylindrical-coordinate representation of color #AFC525: hue angle of 68.25º 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 #AFC525 is Cyan = 0.11, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 175 | 197 | 37 | - |
| CMYK | 0.11 | 0 | 0.81 | 0.23 |
| HSL | 68.25º | 0.68% | 0.46% | - |
| HSV(B) | 68.25º | 0.81% | 0.77% | - |
| XYZ | 37.98 | 49.18 | 9.24 | - |
| YUV | 172.18 | 51.71 | 130.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 197 | 37 | 0.11 | 0 | 0.81 | 0.23 | 68.25 | 0.68 | 0.46 |
| Hex | AF | C5 | 25 | B | 0 | 51 | 17 | 44 | 44 | 2E |
| Octal | 257 | 305 | 45 | 13 | 0 | 121 | 27 | 104 | 104 | 56 |
| Binary | 10101111 | 11000101 | 100101 | 1011 | 0 | 1010001 | 10111 | 1000100 | 1000100 | 101110 |
Color Harmonies of #AFC525
Complementary color
Monochromatic Colors of #AFC525
Black with #AFC525
Text Example
Text Example
White with #AFC525
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFC525; }
p { color: rgb(175,197,37); }
H1.HeaderClassName
{
color: #AFC525;
}
.AnyTagClassName
{
color: #AFC525;
}
</style>
background-color css
<style>
a { background-color: #AFC525; }
a { background-color: rgb(175,197,37); }
div.DivClassName
{
background-color: #AFC525;
}
.BgClassName
{
background-color: #AFC525;
}
</style>
border-color css
<style>
span { border-color: #AFC525; }
span { border-color: rgb(175,197,37); }
td.TdClassName
{
border-color: #AFC525;
}
.TagClassName
{
border-color: #AFC525;
}
</style>