Shades of Bahia #AFBC24
Tints of Bahia #AFBC24
RGB
CMYK
RGB Variations
Color information
#AFBC24 (or 0xAFBC24) is known color: Bahia. HEX triplet: AF, BC and 24. RGB value is (175,188,36). Sum of RGB (Red+Green+Blue) = 175+188+36=399 (52% of max value = 765). Red value is 175 (68.75% from 255 or 43.86% from 399); Green value is 188 (73.83% from 255 or 47.12% from 399); Blue value is 36 (14.45% from 255 or 9.02% from 399); Max value from RGB is 188 - color contains mainly: green. Hex color #AFBC24 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFBC24 is #5043DB. Grayscale: #A7A7A7. Windows color (decimal): -5260252 or 2407599. OLE color: 2407599.
HSL color Cylindrical-coordinate representation of color #AFBC24: hue angle of 65.13º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AFBC24 is Cyan = 0.07, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 175 | 188 | 36 | - |
| CMYK | 0.07 | 0 | 0.81 | 0.26 |
| HSL | 65.13º | 0.68% | 0.44% | - |
| HSV(B) | 65.13º | 0.81% | 0.74% | - |
| XYZ | 35.98 | 45.21 | 8.5 | - |
| YUV | 166.79 | 54.19 | 133.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 188 | 36 | 0.07 | 0 | 0.81 | 0.26 | 65.13 | 0.68 | 0.44 |
| Hex | AF | BC | 24 | 7 | 0 | 51 | 1A | 41 | 44 | 2C |
| Octal | 257 | 274 | 44 | 7 | 0 | 121 | 32 | 101 | 104 | 54 |
| Binary | 10101111 | 10111100 | 100100 | 111 | 0 | 1010001 | 11010 | 1000001 | 1000100 | 101100 |
Color Harmonies of #AFBC24
Complementary color
Monochromatic Colors of #AFBC24
Black with #AFBC24
Text Example
Text Example
White with #AFBC24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFBC24; }
p { color: rgb(175,188,36); }
H1.HeaderClassName
{
color: #AFBC24;
}
.AnyTagClassName
{
color: #AFBC24;
}
</style>
background-color css
<style>
a { background-color: #AFBC24; }
a { background-color: rgb(175,188,36); }
div.DivClassName
{
background-color: #AFBC24;
}
.BgClassName
{
background-color: #AFBC24;
}
</style>
border-color css
<style>
span { border-color: #AFBC24; }
span { border-color: rgb(175,188,36); }
td.TdClassName
{
border-color: #AFBC24;
}
.TagClassName
{
border-color: #AFBC24;
}
</style>