Shades of Bahia #AFC121
Tints of Bahia #AFC121
RGB
CMYK
RGB Variations
Color information
#AFC121 (or 0xAFC121) is known color: Bahia. HEX triplet: AF, C1 and 21. RGB value is (175,193,33). Sum of RGB (Red+Green+Blue) = 175+193+33=401 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.64% from 401); Green value is 193 (75.78% from 255 or 48.13% from 401); Blue value is 33 (13.28% from 255 or 8.23% from 401); Max value from RGB is 193 - color contains mainly: green. Hex color #AFC121 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFC121 is #503EDE. Grayscale: #AAAAAA. Windows color (decimal): -5258975 or 2212271. OLE color: 2212271.
HSL color Cylindrical-coordinate representation of color #AFC121: hue angle of 66.75º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #AFC121 is Cyan = 0.09, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 175 | 193 | 33 | - |
| CMYK | 0.09 | 0 | 0.83 | 0.24 |
| HSL | 66.75º | 0.71% | 0.44% | - |
| HSV(B) | 66.75º | 0.83% | 0.76% | - |
| XYZ | 37.02 | 47.36 | 8.63 | - |
| YUV | 169.38 | 51.04 | 132.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 193 | 33 | 0.09 | 0 | 0.83 | 0.24 | 66.75 | 0.71 | 0.44 |
| Hex | AF | C1 | 21 | 9 | 0 | 53 | 18 | 43 | 47 | 2C |
| Octal | 257 | 301 | 41 | 11 | 0 | 123 | 30 | 103 | 107 | 54 |
| Binary | 10101111 | 11000001 | 100001 | 1001 | 0 | 1010011 | 11000 | 1000011 | 1000111 | 101100 |
Color Harmonies of #AFC121
Complementary color
Monochromatic Colors of #AFC121
Black with #AFC121
Text Example
Text Example
White with #AFC121
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFC121; }
p { color: rgb(175,193,33); }
H1.HeaderClassName
{
color: #AFC121;
}
.AnyTagClassName
{
color: #AFC121;
}
</style>
background-color css
<style>
a { background-color: #AFC121; }
a { background-color: rgb(175,193,33); }
div.DivClassName
{
background-color: #AFC121;
}
.BgClassName
{
background-color: #AFC121;
}
</style>
border-color css
<style>
span { border-color: #AFC121; }
span { border-color: rgb(175,193,33); }
td.TdClassName
{
border-color: #AFC121;
}
.TagClassName
{
border-color: #AFC121;
}
</style>