Shades of Bahia #AFC62D
Tints of Bahia #AFC62D
RGB
CMYK
RGB Variations
Color information
#AFC62D (or 0xAFC62D) is known color: Bahia. HEX triplet: AF, C6 and 2D. RGB value is (175,198,45). Sum of RGB (Red+Green+Blue) = 175+198+45=418 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.87% from 418); Green value is 198 (77.73% from 255 or 47.37% from 418); Blue value is 45 (17.97% from 255 or 10.77% from 418); Max value from RGB is 198 - color contains mainly: green. Hex color #AFC62D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFC62D is #5039D2. Grayscale: #AEAEAE. Windows color (decimal): -5257683 or 2999983. OLE color: 2999983.
HSL color Cylindrical-coordinate representation of color #AFC62D: hue angle of 69.02º degrees, saturation: 0.63, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AFC62D is Cyan = 0.12, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 175 | 198 | 45 | - |
| CMYK | 0.12 | 0 | 0.77 | 0.22 |
| HSL | 69.02º | 0.63% | 0.48% | - |
| HSV(B) | 69.02º | 0.77% | 0.78% | - |
| XYZ | 38.35 | 49.69 | 10.05 | - |
| YUV | 173.68 | 55.38 | 128.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 198 | 45 | 0.12 | 0 | 0.77 | 0.22 | 69.02 | 0.63 | 0.48 |
| Hex | AF | C6 | 2D | C | 0 | 4D | 16 | 45 | 3F | 30 |
| Octal | 257 | 306 | 55 | 14 | 0 | 115 | 26 | 105 | 77 | 60 |
| Binary | 10101111 | 11000110 | 101101 | 1100 | 0 | 1001101 | 10110 | 1000101 | 111111 | 110000 |
Color Harmonies of #AFC62D
Complementary color
Monochromatic Colors of #AFC62D
Black with #AFC62D
Text Example
Text Example
White with #AFC62D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFC62D; }
p { color: rgb(175,198,45); }
H1.HeaderClassName
{
color: #AFC62D;
}
.AnyTagClassName
{
color: #AFC62D;
}
</style>
background-color css
<style>
a { background-color: #AFC62D; }
a { background-color: rgb(175,198,45); }
div.DivClassName
{
background-color: #AFC62D;
}
.BgClassName
{
background-color: #AFC62D;
}
</style>
border-color css
<style>
span { border-color: #AFC62D; }
span { border-color: rgb(175,198,45); }
td.TdClassName
{
border-color: #AFC62D;
}
.TagClassName
{
border-color: #AFC62D;
}
</style>