Shades of Bahia #AFC51B
Tints of Bahia #AFC51B
RGB
CMYK
RGB Variations
Color information
#AFC51B (or 0xAFC51B) is known color: Bahia. HEX triplet: AF, C5 and 1B. RGB value is (175,197,27). Sum of RGB (Red+Green+Blue) = 175+197+27=399 (52% of max value = 765). Red value is 175 (68.75% from 255 or 43.86% from 399); Green value is 197 (77.34% from 255 or 49.37% from 399); Blue value is 27 (10.94% from 255 or 6.77% from 399); Max value from RGB is 197 - color contains mainly: green. Hex color #AFC51B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFC51B is #503AE4. Grayscale: #ABABAB. Windows color (decimal): -5257957 or 1820079. OLE color: 1820079.
HSL color Cylindrical-coordinate representation of color #AFC51B: hue angle of 67.76º degrees, saturation: 0.76, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AFC51B is Cyan = 0.11, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 175 | 197 | 27 | - |
| CMYK | 0.11 | 0 | 0.86 | 0.23 |
| HSL | 67.76º | 0.76% | 0.44% | - |
| HSV(B) | 67.76º | 0.86% | 0.77% | - |
| XYZ | 37.84 | 49.13 | 8.52 | - |
| YUV | 171.04 | 46.71 | 130.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 197 | 27 | 0.11 | 0 | 0.86 | 0.23 | 67.76 | 0.76 | 0.44 |
| Hex | AF | C5 | 1B | B | 0 | 56 | 17 | 44 | 4C | 2C |
| Octal | 257 | 305 | 33 | 13 | 0 | 126 | 27 | 104 | 114 | 54 |
| Binary | 10101111 | 11000101 | 11011 | 1011 | 0 | 1010110 | 10111 | 1000100 | 1001100 | 101100 |
Color Harmonies of #AFC51B
Complementary color
Monochromatic Colors of #AFC51B
Black with #AFC51B
Text Example
Text Example
White with #AFC51B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFC51B; }
p { color: rgb(175,197,27); }
H1.HeaderClassName
{
color: #AFC51B;
}
.AnyTagClassName
{
color: #AFC51B;
}
</style>
background-color css
<style>
a { background-color: #AFC51B; }
a { background-color: rgb(175,197,27); }
div.DivClassName
{
background-color: #AFC51B;
}
.BgClassName
{
background-color: #AFC51B;
}
</style>
border-color css
<style>
span { border-color: #AFC51B; }
span { border-color: rgb(175,197,27); }
td.TdClassName
{
border-color: #AFC51B;
}
.TagClassName
{
border-color: #AFC51B;
}
</style>