Shades of Bahia #AFC430
Tints of Bahia #AFC430
RGB
CMYK
RGB Variations
Color information
#AFC430 (or 0xAFC430) is known color: Bahia. HEX triplet: AF, C4 and 30. RGB value is (175,196,48). Sum of RGB (Red+Green+Blue) = 175+196+48=419 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.77% from 419); Green value is 196 (76.95% from 255 or 46.78% from 419); Blue value is 48 (19.14% from 255 or 11.46% from 419); Max value from RGB is 196 - color contains mainly: green. Hex color #AFC430 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFC430 is #503BCF. Grayscale: #ADADAD. Windows color (decimal): -5258192 or 3196079. OLE color: 3196079.
HSL color Cylindrical-coordinate representation of color #AFC430: hue angle of 68.51º degrees, saturation: 0.61, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #AFC430 is Cyan = 0.11, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 175 | 196 | 48 | - |
| CMYK | 0.11 | 0 | 0.76 | 0.23 |
| HSL | 68.51º | 0.61% | 0.48% | - |
| HSV(B) | 68.51º | 0.76% | 0.77% | - |
| XYZ | 37.95 | 48.81 | 10.22 | - |
| YUV | 172.85 | 57.54 | 129.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 196 | 48 | 0.11 | 0 | 0.76 | 0.23 | 68.51 | 0.61 | 0.48 |
| Hex | AF | C4 | 30 | B | 0 | 4C | 17 | 45 | 3D | 30 |
| Octal | 257 | 304 | 60 | 13 | 0 | 114 | 27 | 105 | 75 | 60 |
| Binary | 10101111 | 11000100 | 110000 | 1011 | 0 | 1001100 | 10111 | 1000101 | 111101 | 110000 |
Color Harmonies of #AFC430
Complementary color
Monochromatic Colors of #AFC430
Black with #AFC430
Text Example
Text Example
White with #AFC430
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFC430; }
p { color: rgb(175,196,48); }
H1.HeaderClassName
{
color: #AFC430;
}
.AnyTagClassName
{
color: #AFC430;
}
</style>
background-color css
<style>
a { background-color: #AFC430; }
a { background-color: rgb(175,196,48); }
div.DivClassName
{
background-color: #AFC430;
}
.BgClassName
{
background-color: #AFC430;
}
</style>
border-color css
<style>
span { border-color: #AFC430; }
span { border-color: rgb(175,196,48); }
td.TdClassName
{
border-color: #AFC430;
}
.TagClassName
{
border-color: #AFC430;
}
</style>