Shades of Bahia #AFB423
Tints of Bahia #AFB423
RGB
CMYK
RGB Variations
Color information
#AFB423 (or 0xAFB423) is known color: Bahia. HEX triplet: AF, B4 and 23. RGB value is (175,180,35). Sum of RGB (Red+Green+Blue) = 175+180+35=390 (51% of max value = 765). Red value is 175 (68.75% from 255 or 44.87% from 390); Green value is 180 (70.70% from 255 or 46.15% from 390); Blue value is 35 (14.06% from 255 or 8.97% from 390); Max value from RGB is 180 - color contains mainly: green. Hex color #AFB423 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFB423 is #504BDC. Grayscale: #A2A2A2. Windows color (decimal): -5262301 or 2340015. OLE color: 2340015.
HSL color Cylindrical-coordinate representation of color #AFB423: hue angle of 62.07º degrees, saturation: 0.67, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AFB423 is Cyan = 0.03, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 175 | 180 | 35 | - |
| CMYK | 0.03 | 0 | 0.81 | 0.29 |
| HSL | 62.07º | 0.67% | 0.42% | - |
| HSV(B) | 62.07º | 0.81% | 0.71% | - |
| XYZ | 34.3 | 41.88 | 7.87 | - |
| YUV | 161.98 | 56.34 | 137.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 180 | 35 | 0.03 | 0 | 0.81 | 0.29 | 62.07 | 0.67 | 0.42 |
| Hex | AF | B4 | 23 | 3 | 0 | 51 | 1D | 3E | 43 | 2A |
| Octal | 257 | 264 | 43 | 3 | 0 | 121 | 35 | 76 | 103 | 52 |
| Binary | 10101111 | 10110100 | 100011 | 11 | 0 | 1010001 | 11101 | 111110 | 1000011 | 101010 |
Color Harmonies of #AFB423
Complementary color
Monochromatic Colors of #AFB423
Black with #AFB423
Text Example
Text Example
White with #AFB423
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFB423; }
p { color: rgb(175,180,35); }
H1.HeaderClassName
{
color: #AFB423;
}
.AnyTagClassName
{
color: #AFB423;
}
</style>
background-color css
<style>
a { background-color: #AFB423; }
a { background-color: rgb(175,180,35); }
div.DivClassName
{
background-color: #AFB423;
}
.BgClassName
{
background-color: #AFB423;
}
</style>
border-color css
<style>
span { border-color: #AFB423; }
span { border-color: rgb(175,180,35); }
td.TdClassName
{
border-color: #AFB423;
}
.TagClassName
{
border-color: #AFB423;
}
</style>