Shades of Bahia #AFC52B
Tints of Bahia #AFC52B
RGB
CMYK
RGB Variations
Color information
#AFC52B (or 0xAFC52B) is known color: Bahia. HEX triplet: AF, C5 and 2B. RGB value is (175,197,43). Sum of RGB (Red+Green+Blue) = 175+197+43=415 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.17% from 415); Green value is 197 (77.34% from 255 or 47.47% from 415); Blue value is 43 (17.19% from 255 or 10.36% from 415); Max value from RGB is 197 - color contains mainly: green. Hex color #AFC52B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFC52B is #503AD4. Grayscale: #ADADAD. Windows color (decimal): -5257941 or 2868655. OLE color: 2868655.
HSL color Cylindrical-coordinate representation of color #AFC52B: hue angle of 68.57º degrees, saturation: 0.64, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AFC52B is Cyan = 0.11, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 175 | 197 | 43 | - |
| CMYK | 0.11 | 0 | 0.78 | 0.23 |
| HSL | 68.57º | 0.64% | 0.47% | - |
| HSV(B) | 68.57º | 0.78% | 0.77% | - |
| XYZ | 38.08 | 49.22 | 9.78 | - |
| YUV | 172.87 | 54.71 | 129.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 197 | 43 | 0.11 | 0 | 0.78 | 0.23 | 68.57 | 0.64 | 0.47 |
| Hex | AF | C5 | 2B | B | 0 | 4E | 17 | 45 | 40 | 2F |
| Octal | 257 | 305 | 53 | 13 | 0 | 116 | 27 | 105 | 100 | 57 |
| Binary | 10101111 | 11000101 | 101011 | 1011 | 0 | 1001110 | 10111 | 1000101 | 1000000 | 101111 |
Color Harmonies of #AFC52B
Complementary color
Monochromatic Colors of #AFC52B
Black with #AFC52B
Text Example
Text Example
White with #AFC52B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFC52B; }
p { color: rgb(175,197,43); }
H1.HeaderClassName
{
color: #AFC52B;
}
.AnyTagClassName
{
color: #AFC52B;
}
</style>
background-color css
<style>
a { background-color: #AFC52B; }
a { background-color: rgb(175,197,43); }
div.DivClassName
{
background-color: #AFC52B;
}
.BgClassName
{
background-color: #AFC52B;
}
</style>
border-color css
<style>
span { border-color: #AFC52B; }
span { border-color: rgb(175,197,43); }
td.TdClassName
{
border-color: #AFC52B;
}
.TagClassName
{
border-color: #AFC52B;
}
</style>