Shades of Bahia #AFBE21
Tints of Bahia #AFBE21
RGB
CMYK
RGB Variations
Color information
#AFBE21 (or 0xAFBE21) is known color: Bahia. HEX triplet: AF, BE and 21. RGB value is (175,190,33). Sum of RGB (Red+Green+Blue) = 175+190+33=398 (52% of max value = 765). Red value is 175 (68.75% from 255 or 43.97% from 398); Green value is 190 (74.61% from 255 or 47.74% from 398); Blue value is 33 (13.28% from 255 or 8.29% from 398); Max value from RGB is 190 - color contains mainly: green. Hex color #AFBE21 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFBE21 is #5041DE. Grayscale: #A8A8A8. Windows color (decimal): -5259743 or 2211503. OLE color: 2211503.
HSL color Cylindrical-coordinate representation of color #AFBE21: hue angle of 65.73º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #AFBE21 is Cyan = 0.08, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 175 | 190 | 33 | - |
| CMYK | 0.08 | 0 | 0.83 | 0.25 |
| HSL | 65.73º | 0.7% | 0.44% | - |
| HSV(B) | 65.73º | 0.83% | 0.75% | - |
| XYZ | 36.37 | 46.05 | 8.41 | - |
| YUV | 167.62 | 52.03 | 133.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 190 | 33 | 0.08 | 0 | 0.83 | 0.25 | 65.73 | 0.7 | 0.44 |
| Hex | AF | BE | 21 | 8 | 0 | 53 | 19 | 42 | 46 | 2C |
| Octal | 257 | 276 | 41 | 10 | 0 | 123 | 31 | 102 | 106 | 54 |
| Binary | 10101111 | 10111110 | 100001 | 1000 | 0 | 1010011 | 11001 | 1000010 | 1000110 | 101100 |
Color Harmonies of #AFBE21
Complementary color
Monochromatic Colors of #AFBE21
Black with #AFBE21
Text Example
Text Example
White with #AFBE21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFBE21; }
p { color: rgb(175,190,33); }
H1.HeaderClassName
{
color: #AFBE21;
}
.AnyTagClassName
{
color: #AFBE21;
}
</style>
background-color css
<style>
a { background-color: #AFBE21; }
a { background-color: rgb(175,190,33); }
div.DivClassName
{
background-color: #AFBE21;
}
.BgClassName
{
background-color: #AFBE21;
}
</style>
border-color css
<style>
span { border-color: #AFBE21; }
span { border-color: rgb(175,190,33); }
td.TdClassName
{
border-color: #AFBE21;
}
.TagClassName
{
border-color: #AFBE21;
}
</style>