Shades of Bahia #AFC12D
Tints of Bahia #AFC12D
RGB
CMYK
RGB Variations
Color information
#AFC12D (or 0xAFC12D) is known color: Bahia. HEX triplet: AF, C1 and 2D. RGB value is (175,193,45). Sum of RGB (Red+Green+Blue) = 175+193+45=413 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.37% from 413); Green value is 193 (75.78% from 255 or 46.73% from 413); Blue value is 45 (17.97% from 255 or 10.90% from 413); Max value from RGB is 193 - color contains mainly: green. Hex color #AFC12D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFC12D is #503ED2. Grayscale: #ABABAB. Windows color (decimal): -5258963 or 2998703. OLE color: 2998703.
HSL color Cylindrical-coordinate representation of color #AFC12D: hue angle of 67.3º degrees, saturation: 0.62, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AFC12D is Cyan = 0.09, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 175 | 193 | 45 | - |
| CMYK | 0.09 | 0 | 0.77 | 0.24 |
| HSL | 67.3º | 0.62% | 0.47% | - |
| HSV(B) | 67.3º | 0.77% | 0.76% | - |
| XYZ | 37.22 | 47.44 | 9.68 | - |
| YUV | 170.75 | 57.04 | 131.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 193 | 45 | 0.09 | 0 | 0.77 | 0.24 | 67.3 | 0.62 | 0.47 |
| Hex | AF | C1 | 2D | 9 | 0 | 4D | 18 | 43 | 3E | 2F |
| Octal | 257 | 301 | 55 | 11 | 0 | 115 | 30 | 103 | 76 | 57 |
| Binary | 10101111 | 11000001 | 101101 | 1001 | 0 | 1001101 | 11000 | 1000011 | 111110 | 101111 |
Color Harmonies of #AFC12D
Complementary color
Monochromatic Colors of #AFC12D
Black with #AFC12D
Text Example
Text Example
White with #AFC12D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFC12D; }
p { color: rgb(175,193,45); }
H1.HeaderClassName
{
color: #AFC12D;
}
.AnyTagClassName
{
color: #AFC12D;
}
</style>
background-color css
<style>
a { background-color: #AFC12D; }
a { background-color: rgb(175,193,45); }
div.DivClassName
{
background-color: #AFC12D;
}
.BgClassName
{
background-color: #AFC12D;
}
</style>
border-color css
<style>
span { border-color: #AFC12D; }
span { border-color: rgb(175,193,45); }
td.TdClassName
{
border-color: #AFC12D;
}
.TagClassName
{
border-color: #AFC12D;
}
</style>