Shades of Bahia #AFC61B
Tints of Bahia #AFC61B
RGB
CMYK
RGB Variations
Color information
#AFC61B (or 0xAFC61B) is known color: Bahia. HEX triplet: AF, C6 and 1B. RGB value is (175,198,27). Sum of RGB (Red+Green+Blue) = 175+198+27=400 (52% of max value = 765). Red value is 175 (68.75% from 255 or 43.75% from 400); Green value is 198 (77.73% from 255 or 49.5% from 400); Blue value is 27 (10.94% from 255 or 6.75% from 400); Max value from RGB is 198 - color contains mainly: green. Hex color #AFC61B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFC61B is #5039E4. Grayscale: #ACACAC. Windows color (decimal): -5257701 or 1820335. OLE color: 1820335.
HSL color Cylindrical-coordinate representation of color #AFC61B: hue angle of 68.07º degrees, saturation: 0.76, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AFC61B is Cyan = 0.12, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 175 | 198 | 27 | - |
| CMYK | 0.12 | 0 | 0.86 | 0.22 |
| HSL | 68.07º | 0.76% | 0.44% | - |
| HSV(B) | 68.07º | 0.86% | 0.78% | - |
| XYZ | 38.07 | 49.58 | 8.6 | - |
| YUV | 171.63 | 46.38 | 130.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 198 | 27 | 0.12 | 0 | 0.86 | 0.22 | 68.07 | 0.76 | 0.44 |
| Hex | AF | C6 | 1B | C | 0 | 56 | 16 | 44 | 4C | 2C |
| Octal | 257 | 306 | 33 | 14 | 0 | 126 | 26 | 104 | 114 | 54 |
| Binary | 10101111 | 11000110 | 11011 | 1100 | 0 | 1010110 | 10110 | 1000100 | 1001100 | 101100 |
Color Harmonies of #AFC61B
Complementary color
Monochromatic Colors of #AFC61B
Black with #AFC61B
Text Example
Text Example
White with #AFC61B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFC61B; }
p { color: rgb(175,198,27); }
H1.HeaderClassName
{
color: #AFC61B;
}
.AnyTagClassName
{
color: #AFC61B;
}
</style>
background-color css
<style>
a { background-color: #AFC61B; }
a { background-color: rgb(175,198,27); }
div.DivClassName
{
background-color: #AFC61B;
}
.BgClassName
{
background-color: #AFC61B;
}
</style>
border-color css
<style>
span { border-color: #AFC61B; }
span { border-color: rgb(175,198,27); }
td.TdClassName
{
border-color: #AFC61B;
}
.TagClassName
{
border-color: #AFC61B;
}
</style>