Shades of Bahia #AFBC25
Tints of Bahia #AFBC25
RGB
CMYK
RGB Variations
Color information
#AFBC25 (or 0xAFBC25) is known color: Bahia. HEX triplet: AF, BC and 25. RGB value is (175,188,37). Sum of RGB (Red+Green+Blue) = 175+188+37=400 (52% of max value = 765). Red value is 175 (68.75% from 255 or 43.75% from 400); Green value is 188 (73.83% from 255 or 47% from 400); Blue value is 37 (14.84% from 255 or 9.25% from 400); Max value from RGB is 188 - color contains mainly: green. Hex color #AFBC25 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFBC25 is #5043DA. Grayscale: #A7A7A7. Windows color (decimal): -5260251 or 2473135. OLE color: 2473135.
HSL color Cylindrical-coordinate representation of color #AFBC25: hue angle of 65.17º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AFBC25 is Cyan = 0.07, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 175 | 188 | 37 | - |
| CMYK | 0.07 | 0 | 0.80 | 0.26 |
| HSL | 65.17º | 0.67% | 0.44% | - |
| HSV(B) | 65.17º | 0.8% | 0.74% | - |
| XYZ | 36 | 45.21 | 8.58 | - |
| YUV | 166.9 | 54.69 | 133.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 188 | 37 | 0.07 | 0 | 0.80 | 0.26 | 65.17 | 0.67 | 0.44 |
| Hex | AF | BC | 25 | 7 | 0 | 50 | 1A | 41 | 43 | 2C |
| Octal | 257 | 274 | 45 | 7 | 0 | 120 | 32 | 101 | 103 | 54 |
| Binary | 10101111 | 10111100 | 100101 | 111 | 0 | 1010000 | 11010 | 1000001 | 1000011 | 101100 |
Color Harmonies of #AFBC25
Complementary color
Monochromatic Colors of #AFBC25
Black with #AFBC25
Text Example
Text Example
White with #AFBC25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFBC25; }
p { color: rgb(175,188,37); }
H1.HeaderClassName
{
color: #AFBC25;
}
.AnyTagClassName
{
color: #AFBC25;
}
</style>
background-color css
<style>
a { background-color: #AFBC25; }
a { background-color: rgb(175,188,37); }
div.DivClassName
{
background-color: #AFBC25;
}
.BgClassName
{
background-color: #AFBC25;
}
</style>
border-color css
<style>
span { border-color: #AFBC25; }
span { border-color: rgb(175,188,37); }
td.TdClassName
{
border-color: #AFBC25;
}
.TagClassName
{
border-color: #AFBC25;
}
</style>