Shades of Bahia #AFBD28
Tints of Bahia #AFBD28
RGB
CMYK
RGB Variations
Color information
#AFBD28 (or 0xAFBD28) is known color: Bahia. HEX triplet: AF, BD and 28. RGB value is (175,189,40). Sum of RGB (Red+Green+Blue) = 175+189+40=404 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.32% from 404); Green value is 189 (74.22% from 255 or 46.78% from 404); Blue value is 40 (16.02% from 255 or 9.90% from 404); Max value from RGB is 189 - color contains mainly: green. Hex color #AFBD28 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFBD28 is #5042D7. Grayscale: #A8A8A8. Windows color (decimal): -5259992 or 2669999. OLE color: 2669999.
HSL color Cylindrical-coordinate representation of color #AFBD28: hue angle of 65.64º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AFBD28 is Cyan = 0.07, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 175 | 189 | 40 | - |
| CMYK | 0.07 | 0 | 0.79 | 0.26 |
| HSL | 65.64º | 0.65% | 0.45% | - |
| HSV(B) | 65.64º | 0.79% | 0.74% | - |
| XYZ | 36.26 | 45.66 | 8.91 | - |
| YUV | 167.83 | 55.86 | 133.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 189 | 40 | 0.07 | 0 | 0.79 | 0.26 | 65.64 | 0.65 | 0.45 |
| Hex | AF | BD | 28 | 7 | 0 | 4F | 1A | 42 | 41 | 2D |
| Octal | 257 | 275 | 50 | 7 | 0 | 117 | 32 | 102 | 101 | 55 |
| Binary | 10101111 | 10111101 | 101000 | 111 | 0 | 1001111 | 11010 | 1000010 | 1000001 | 101101 |
Color Harmonies of #AFBD28
Complementary color
Monochromatic Colors of #AFBD28
Black with #AFBD28
Text Example
Text Example
White with #AFBD28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFBD28; }
p { color: rgb(175,189,40); }
H1.HeaderClassName
{
color: #AFBD28;
}
.AnyTagClassName
{
color: #AFBD28;
}
</style>
background-color css
<style>
a { background-color: #AFBD28; }
a { background-color: rgb(175,189,40); }
div.DivClassName
{
background-color: #AFBD28;
}
.BgClassName
{
background-color: #AFBD28;
}
</style>
border-color css
<style>
span { border-color: #AFBD28; }
span { border-color: rgb(175,189,40); }
td.TdClassName
{
border-color: #AFBD28;
}
.TagClassName
{
border-color: #AFBD28;
}
</style>