Shades of Bahia #AFC929
Tints of Bahia #AFC929
RGB
CMYK
RGB Variations
Color information
#AFC929 (or 0xAFC929) is known color: Bahia. HEX triplet: AF, C9 and 29. RGB value is (175,201,41). Sum of RGB (Red+Green+Blue) = 175+201+41=417 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.97% from 417); Green value is 201 (78.91% from 255 or 48.20% from 417); Blue value is 41 (16.41% from 255 or 9.83% from 417); Max value from RGB is 201 - color contains mainly: green. Hex color #AFC929 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFC929 is #5036D6. Grayscale: #AFAFAF. Windows color (decimal): -5256919 or 2738607. OLE color: 2738607.
HSL color Cylindrical-coordinate representation of color #AFC929: hue angle of 69.75º degrees, saturation: 0.66, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AFC929 is Cyan = 0.13, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 175 | 201 | 41 | - |
| CMYK | 0.13 | 0 | 0.80 | 0.21 |
| HSL | 69.75º | 0.66% | 0.47% | - |
| HSV(B) | 69.75º | 0.8% | 0.79% | - |
| XYZ | 38.97 | 51.05 | 9.9 | - |
| YUV | 174.99 | 52.39 | 128.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 201 | 41 | 0.13 | 0 | 0.80 | 0.21 | 69.75 | 0.66 | 0.47 |
| Hex | AF | C9 | 29 | D | 0 | 50 | 15 | 46 | 42 | 2F |
| Octal | 257 | 311 | 51 | 15 | 0 | 120 | 25 | 106 | 102 | 57 |
| Binary | 10101111 | 11001001 | 101001 | 1101 | 0 | 1010000 | 10101 | 1000110 | 1000010 | 101111 |
Color Harmonies of #AFC929
Complementary color
Monochromatic Colors of #AFC929
Black with #AFC929
Text Example
Text Example
White with #AFC929
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFC929; }
p { color: rgb(175,201,41); }
H1.HeaderClassName
{
color: #AFC929;
}
.AnyTagClassName
{
color: #AFC929;
}
</style>
background-color css
<style>
a { background-color: #AFC929; }
a { background-color: rgb(175,201,41); }
div.DivClassName
{
background-color: #AFC929;
}
.BgClassName
{
background-color: #AFC929;
}
</style>
border-color css
<style>
span { border-color: #AFC929; }
span { border-color: rgb(175,201,41); }
td.TdClassName
{
border-color: #AFC929;
}
.TagClassName
{
border-color: #AFC929;
}
</style>