Shades of Bahia #AFC824
Tints of Bahia #AFC824
RGB
CMYK
RGB Variations
Color information
#AFC824 (or 0xAFC824) is known color: Bahia. HEX triplet: AF, C8 and 24. RGB value is (175,200,36). Sum of RGB (Red+Green+Blue) = 175+200+36=411 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.58% from 411); Green value is 200 (78.52% from 255 or 48.66% from 411); Blue value is 36 (14.45% from 255 or 8.76% from 411); Max value from RGB is 200 - color contains mainly: green. Hex color #AFC824 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFC824 is #5037DB. Grayscale: #AEAEAE. Windows color (decimal): -5257180 or 2410671. OLE color: 2410671.
HSL color Cylindrical-coordinate representation of color #AFC824: hue angle of 69.15º degrees, saturation: 0.69, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AFC824 is Cyan = 0.12, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 175 | 200 | 36 | - |
| CMYK | 0.12 | 0 | 0.82 | 0.22 |
| HSL | 69.15º | 0.69% | 0.46% | - |
| HSV(B) | 69.15º | 0.82% | 0.78% | - |
| XYZ | 38.65 | 50.55 | 9.39 | - |
| YUV | 173.83 | 50.22 | 128.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 200 | 36 | 0.12 | 0 | 0.82 | 0.22 | 69.15 | 0.69 | 0.46 |
| Hex | AF | C8 | 24 | C | 0 | 52 | 16 | 45 | 45 | 2E |
| Octal | 257 | 310 | 44 | 14 | 0 | 122 | 26 | 105 | 105 | 56 |
| Binary | 10101111 | 11001000 | 100100 | 1100 | 0 | 1010010 | 10110 | 1000101 | 1000101 | 101110 |
Color Harmonies of #AFC824
Complementary color
Monochromatic Colors of #AFC824
Black with #AFC824
Text Example
Text Example
White with #AFC824
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFC824; }
p { color: rgb(175,200,36); }
H1.HeaderClassName
{
color: #AFC824;
}
.AnyTagClassName
{
color: #AFC824;
}
</style>
background-color css
<style>
a { background-color: #AFC824; }
a { background-color: rgb(175,200,36); }
div.DivClassName
{
background-color: #AFC824;
}
.BgClassName
{
background-color: #AFC824;
}
</style>
border-color css
<style>
span { border-color: #AFC824; }
span { border-color: rgb(175,200,36); }
td.TdClassName
{
border-color: #AFC824;
}
.TagClassName
{
border-color: #AFC824;
}
</style>