Shades of Bahia #AFCA2C
Tints of Bahia #AFCA2C
RGB
CMYK
RGB Variations
Color information
#AFCA2C (or 0xAFCA2C) is known color: Bahia. HEX triplet: AF, CA and 2C. RGB value is (175,202,44). Sum of RGB (Red+Green+Blue) = 175+202+44=421 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.57% from 421); Green value is 202 (79.30% from 255 or 47.98% from 421); Blue value is 44 (17.58% from 255 or 10.45% from 421); Max value from RGB is 202 - color contains mainly: green. Hex color #AFCA2C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFCA2C is #5035D3. Grayscale: #B0B0B0. Windows color (decimal): -5256660 or 2935471. OLE color: 2935471.
HSL color Cylindrical-coordinate representation of color #AFCA2C: hue angle of 70.25º 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 #AFCA2C is Cyan = 0.13, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 175 | 202 | 44 | - |
| CMYK | 0.13 | 0 | 0.78 | 0.21 |
| HSL | 70.25º | 0.64% | 0.48% | - |
| HSV(B) | 70.25º | 0.78% | 0.79% | - |
| XYZ | 39.25 | 51.54 | 10.26 | - |
| YUV | 175.92 | 53.55 | 127.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 202 | 44 | 0.13 | 0 | 0.78 | 0.21 | 70.25 | 0.64 | 0.48 |
| Hex | AF | CA | 2C | D | 0 | 4E | 15 | 46 | 40 | 30 |
| Octal | 257 | 312 | 54 | 15 | 0 | 116 | 25 | 106 | 100 | 60 |
| Binary | 10101111 | 11001010 | 101100 | 1101 | 0 | 1001110 | 10101 | 1000110 | 1000000 | 110000 |
Color Harmonies of #AFCA2C
Complementary color
Monochromatic Colors of #AFCA2C
Black with #AFCA2C
Text Example
Text Example
White with #AFCA2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFCA2C; }
p { color: rgb(175,202,44); }
H1.HeaderClassName
{
color: #AFCA2C;
}
.AnyTagClassName
{
color: #AFCA2C;
}
</style>
background-color css
<style>
a { background-color: #AFCA2C; }
a { background-color: rgb(175,202,44); }
div.DivClassName
{
background-color: #AFCA2C;
}
.BgClassName
{
background-color: #AFCA2C;
}
</style>
border-color css
<style>
span { border-color: #AFCA2C; }
span { border-color: rgb(175,202,44); }
td.TdClassName
{
border-color: #AFCA2C;
}
.TagClassName
{
border-color: #AFCA2C;
}
</style>