Shades of Bahia #AFC530
Tints of Bahia #AFC530
RGB
CMYK
RGB Variations
Color information
#AFC530 (or 0xAFC530) is known color: Bahia. HEX triplet: AF, C5 and 30. RGB value is (175,197,48). Sum of RGB (Red+Green+Blue) = 175+197+48=420 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.67% from 420); Green value is 197 (77.34% from 255 or 46.90% from 420); Blue value is 48 (19.14% from 255 or 11.43% from 420); Max value from RGB is 197 - color contains mainly: green. Hex color #AFC530 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFC530 is #503ACF. Grayscale: #AEAEAE. Windows color (decimal): -5257936 or 3196335. OLE color: 3196335.
HSL color Cylindrical-coordinate representation of color #AFC530: hue angle of 68.86º 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 #AFC530 is Cyan = 0.11, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 175 | 197 | 48 | - |
| CMYK | 0.11 | 0 | 0.76 | 0.23 |
| HSL | 68.86º | 0.61% | 0.48% | - |
| HSV(B) | 68.86º | 0.76% | 0.77% | - |
| XYZ | 38.18 | 49.26 | 10.29 | - |
| YUV | 173.44 | 57.21 | 129.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 197 | 48 | 0.11 | 0 | 0.76 | 0.23 | 68.86 | 0.61 | 0.48 |
| Hex | AF | C5 | 30 | B | 0 | 4C | 17 | 45 | 3D | 30 |
| Octal | 257 | 305 | 60 | 13 | 0 | 114 | 27 | 105 | 75 | 60 |
| Binary | 10101111 | 11000101 | 110000 | 1011 | 0 | 1001100 | 10111 | 1000101 | 111101 | 110000 |
Color Harmonies of #AFC530
Complementary color
Monochromatic Colors of #AFC530
Black with #AFC530
Text Example
Text Example
White with #AFC530
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFC530; }
p { color: rgb(175,197,48); }
H1.HeaderClassName
{
color: #AFC530;
}
.AnyTagClassName
{
color: #AFC530;
}
</style>
background-color css
<style>
a { background-color: #AFC530; }
a { background-color: rgb(175,197,48); }
div.DivClassName
{
background-color: #AFC530;
}
.BgClassName
{
background-color: #AFC530;
}
</style>
border-color css
<style>
span { border-color: #AFC530; }
span { border-color: rgb(175,197,48); }
td.TdClassName
{
border-color: #AFC530;
}
.TagClassName
{
border-color: #AFC530;
}
</style>