Shades of Bahia #AFBA23
Tints of Bahia #AFBA23
RGB
CMYK
RGB Variations
Color information
#AFBA23 (or 0xAFBA23) is known color: Bahia. HEX triplet: AF, BA and 23. RGB value is (175,186,35). Sum of RGB (Red+Green+Blue) = 175+186+35=396 (52% of max value = 765). Red value is 175 (68.75% from 255 or 44.19% from 396); Green value is 186 (73.05% from 255 or 46.97% from 396); Blue value is 35 (14.06% from 255 or 8.84% from 396); Max value from RGB is 186 - color contains mainly: green. Hex color #AFBA23 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFBA23 is #5045DC. Grayscale: #A6A6A6. Windows color (decimal): -5260765 or 2341551. OLE color: 2341551.
HSL color Cylindrical-coordinate representation of color #AFBA23: hue angle of 64.37º degrees, saturation: 0.68, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AFBA23 is Cyan = 0.06, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 175 | 186 | 35 | - |
| CMYK | 0.06 | 0 | 0.81 | 0.27 |
| HSL | 64.37º | 0.68% | 0.43% | - |
| HSV(B) | 64.37º | 0.81% | 0.73% | - |
| XYZ | 35.54 | 44.35 | 8.28 | - |
| YUV | 165.5 | 54.36 | 134.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 186 | 35 | 0.06 | 0 | 0.81 | 0.27 | 64.37 | 0.68 | 0.43 |
| Hex | AF | BA | 23 | 6 | 0 | 51 | 1B | 40 | 44 | 2B |
| Octal | 257 | 272 | 43 | 6 | 0 | 121 | 33 | 100 | 104 | 53 |
| Binary | 10101111 | 10111010 | 100011 | 110 | 0 | 1010001 | 11011 | 1000000 | 1000100 | 101011 |
Color Harmonies of #AFBA23
Complementary color
Monochromatic Colors of #AFBA23
Black with #AFBA23
Text Example
Text Example
White with #AFBA23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFBA23; }
p { color: rgb(175,186,35); }
H1.HeaderClassName
{
color: #AFBA23;
}
.AnyTagClassName
{
color: #AFBA23;
}
</style>
background-color css
<style>
a { background-color: #AFBA23; }
a { background-color: rgb(175,186,35); }
div.DivClassName
{
background-color: #AFBA23;
}
.BgClassName
{
background-color: #AFBA23;
}
</style>
border-color css
<style>
span { border-color: #AFBA23; }
span { border-color: rgb(175,186,35); }
td.TdClassName
{
border-color: #AFBA23;
}
.TagClassName
{
border-color: #AFBA23;
}
</style>