Shades of Bahia #AFC21B
Tints of Bahia #AFC21B
RGB
CMYK
RGB Variations
Color information
#AFC21B (or 0xAFC21B) is known color: Bahia. HEX triplet: AF, C2 and 1B. RGB value is (175,194,27). Sum of RGB (Red+Green+Blue) = 175+194+27=396 (52% of max value = 765). Red value is 175 (68.75% from 255 or 44.19% from 396); Green value is 194 (76.17% from 255 or 48.99% from 396); Blue value is 27 (10.94% from 255 or 6.82% from 396); Max value from RGB is 194 - color contains mainly: green. Hex color #AFC21B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFC21B is #503DE4. Grayscale: #A9A9A9. Windows color (decimal): -5258725 or 1819311. OLE color: 1819311.
HSL color Cylindrical-coordinate representation of color #AFC21B: hue angle of 66.83º degrees, saturation: 0.76, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AFC21B is Cyan = 0.10, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 175 | 194 | 27 | - |
| CMYK | 0.10 | 0 | 0.86 | 0.24 |
| HSL | 66.83º | 0.76% | 0.43% | - |
| HSV(B) | 66.83º | 0.86% | 0.76% | - |
| XYZ | 37.17 | 47.78 | 8.3 | - |
| YUV | 169.28 | 47.71 | 132.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 194 | 27 | 0.10 | 0 | 0.86 | 0.24 | 66.83 | 0.76 | 0.43 |
| Hex | AF | C2 | 1B | A | 0 | 56 | 18 | 43 | 4C | 2B |
| Octal | 257 | 302 | 33 | 12 | 0 | 126 | 30 | 103 | 114 | 53 |
| Binary | 10101111 | 11000010 | 11011 | 1010 | 0 | 1010110 | 11000 | 1000011 | 1001100 | 101011 |
Color Harmonies of #AFC21B
Complementary color
Monochromatic Colors of #AFC21B
Black with #AFC21B
Text Example
Text Example
White with #AFC21B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFC21B; }
p { color: rgb(175,194,27); }
H1.HeaderClassName
{
color: #AFC21B;
}
.AnyTagClassName
{
color: #AFC21B;
}
</style>
background-color css
<style>
a { background-color: #AFC21B; }
a { background-color: rgb(175,194,27); }
div.DivClassName
{
background-color: #AFC21B;
}
.BgClassName
{
background-color: #AFC21B;
}
</style>
border-color css
<style>
span { border-color: #AFC21B; }
span { border-color: rgb(175,194,27); }
td.TdClassName
{
border-color: #AFC21B;
}
.TagClassName
{
border-color: #AFC21B;
}
</style>