Shades of Bahia #AFCA2D
Tints of Bahia #AFCA2D
RGB
CMYK
RGB Variations
Color information
#AFCA2D (or 0xAFCA2D) is known color: Bahia. HEX triplet: AF, CA and 2D. RGB value is (175,202,45). Sum of RGB (Red+Green+Blue) = 175+202+45=422 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.47% from 422); Green value is 202 (79.30% from 255 or 47.87% from 422); Blue value is 45 (17.97% from 255 or 10.66% from 422); Max value from RGB is 202 - color contains mainly: green. Hex color #AFCA2D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFCA2D is #5035D2. Grayscale: #B0B0B0. Windows color (decimal): -5256659 or 3001007. OLE color: 3001007.
HSL color Cylindrical-coordinate representation of color #AFCA2D: hue angle of 70.32º degrees, saturation: 0.64, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AFCA2D is Cyan = 0.13, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 175 | 202 | 45 | - |
| CMYK | 0.13 | 0 | 0.78 | 0.21 |
| HSL | 70.32º | 0.64% | 0.48% | - |
| HSV(B) | 70.32º | 0.78% | 0.79% | - |
| XYZ | 39.27 | 51.54 | 10.36 | - |
| YUV | 176.03 | 54.05 | 127.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 202 | 45 | 0.13 | 0 | 0.78 | 0.21 | 70.32 | 0.64 | 0.48 |
| Hex | AF | CA | 2D | D | 0 | 4E | 15 | 46 | 40 | 30 |
| Octal | 257 | 312 | 55 | 15 | 0 | 116 | 25 | 106 | 100 | 60 |
| Binary | 10101111 | 11001010 | 101101 | 1101 | 0 | 1001110 | 10101 | 1000110 | 1000000 | 110000 |
Color Harmonies of #AFCA2D
Complementary color
Monochromatic Colors of #AFCA2D
Black with #AFCA2D
Text Example
Text Example
White with #AFCA2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFCA2D; }
p { color: rgb(175,202,45); }
H1.HeaderClassName
{
color: #AFCA2D;
}
.AnyTagClassName
{
color: #AFCA2D;
}
</style>
background-color css
<style>
a { background-color: #AFCA2D; }
a { background-color: rgb(175,202,45); }
div.DivClassName
{
background-color: #AFCA2D;
}
.BgClassName
{
background-color: #AFCA2D;
}
</style>
border-color css
<style>
span { border-color: #AFCA2D; }
span { border-color: rgb(175,202,45); }
td.TdClassName
{
border-color: #AFCA2D;
}
.TagClassName
{
border-color: #AFCA2D;
}
</style>