Shades of Bahia #AFC432
Tints of Bahia #AFC432
RGB
CMYK
RGB Variations
Color information
#AFC432 (or 0xAFC432) is known color: Bahia. HEX triplet: AF, C4 and 32. RGB value is (175,196,50). Sum of RGB (Red+Green+Blue) = 175+196+50=421 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.57% from 421); Green value is 196 (76.95% from 255 or 46.56% from 421); Blue value is 50 (19.92% from 255 or 11.88% from 421); Max value from RGB is 196 - color contains mainly: green. Hex color #AFC432 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFC432 is #503BCD. Grayscale: #ADADAD. Windows color (decimal): -5258190 or 3327151. OLE color: 3327151.
HSL color Cylindrical-coordinate representation of color #AFC432: hue angle of 68.63º degrees, saturation: 0.59, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AFC432 is Cyan = 0.11, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 175 | 196 | 50 | - |
| CMYK | 0.11 | 0 | 0.74 | 0.23 |
| HSL | 68.63º | 0.59% | 0.48% | - |
| HSV(B) | 68.63º | 0.74% | 0.77% | - |
| XYZ | 37.99 | 48.82 | 10.44 | - |
| YUV | 173.08 | 58.54 | 129.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 196 | 50 | 0.11 | 0 | 0.74 | 0.23 | 68.63 | 0.59 | 0.48 |
| Hex | AF | C4 | 32 | B | 0 | 4A | 17 | 45 | 3B | 30 |
| Octal | 257 | 304 | 62 | 13 | 0 | 112 | 27 | 105 | 73 | 60 |
| Binary | 10101111 | 11000100 | 110010 | 1011 | 0 | 1001010 | 10111 | 1000101 | 111011 | 110000 |
Color Harmonies of #AFC432
Complementary color
Monochromatic Colors of #AFC432
Black with #AFC432
Text Example
Text Example
White with #AFC432
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFC432; }
p { color: rgb(175,196,50); }
H1.HeaderClassName
{
color: #AFC432;
}
.AnyTagClassName
{
color: #AFC432;
}
</style>
background-color css
<style>
a { background-color: #AFC432; }
a { background-color: rgb(175,196,50); }
div.DivClassName
{
background-color: #AFC432;
}
.BgClassName
{
background-color: #AFC432;
}
</style>
border-color css
<style>
span { border-color: #AFC432; }
span { border-color: rgb(175,196,50); }
td.TdClassName
{
border-color: #AFC432;
}
.TagClassName
{
border-color: #AFC432;
}
</style>