Shades of Bahia #AFC319
Tints of Bahia #AFC319
RGB
CMYK
RGB Variations
Color information
#AFC319 (or 0xAFC319) is known color: Bahia. HEX triplet: AF, C3 and 19. RGB value is (175,195,25). Sum of RGB (Red+Green+Blue) = 175+195+25=395 (52% of max value = 765). Red value is 175 (68.75% from 255 or 44.30% from 395); Green value is 195 (76.56% from 255 or 49.37% from 395); Blue value is 25 (10.16% from 255 or 6.33% from 395); Max value from RGB is 195 - color contains mainly: green. Hex color #AFC319 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AFC319 is #503CE6. Grayscale: #AAAAAA. Windows color (decimal): -5258471 or 1688495. OLE color: 1688495.
HSL color Cylindrical-coordinate representation of color #AFC319: hue angle of 67.06º degrees, saturation: 0.77, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AFC319 is Cyan = 0.10, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 175 | 195 | 25 | - |
| CMYK | 0.10 | 0 | 0.87 | 0.24 |
| HSL | 67.06º | 0.77% | 0.43% | - |
| HSV(B) | 67.06º | 0.87% | 0.76% | - |
| XYZ | 37.37 | 48.21 | 8.26 | - |
| YUV | 169.64 | 46.37 | 131.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 195 | 25 | 0.10 | 0 | 0.87 | 0.24 | 67.06 | 0.77 | 0.43 |
| Hex | AF | C3 | 19 | A | 0 | 57 | 18 | 43 | 4D | 2B |
| Octal | 257 | 303 | 31 | 12 | 0 | 127 | 30 | 103 | 115 | 53 |
| Binary | 10101111 | 11000011 | 11001 | 1010 | 0 | 1010111 | 11000 | 1000011 | 1001101 | 101011 |
Color Harmonies of #AFC319
Complementary color
Monochromatic Colors of #AFC319
Black with #AFC319
Text Example
Text Example
White with #AFC319
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFC319; }
p { color: rgb(175,195,25); }
H1.HeaderClassName
{
color: #AFC319;
}
.AnyTagClassName
{
color: #AFC319;
}
</style>
background-color css
<style>
a { background-color: #AFC319; }
a { background-color: rgb(175,195,25); }
div.DivClassName
{
background-color: #AFC319;
}
.BgClassName
{
background-color: #AFC319;
}
</style>
border-color css
<style>
span { border-color: #AFC319; }
span { border-color: rgb(175,195,25); }
td.TdClassName
{
border-color: #AFC319;
}
.TagClassName
{
border-color: #AFC319;
}
</style>