Shades of Bahia #AFC21F
Tints of Bahia #AFC21F
RGB
CMYK
RGB Variations
Color information
#AFC21F (or 0xAFC21F) is known color: Bahia. HEX triplet: AF, C2 and 1F. RGB value is (175,194,31). Sum of RGB (Red+Green+Blue) = 175+194+31=400 (52% of max value = 765). Red value is 175 (68.75% from 255 or 43.75% from 400); Green value is 194 (76.17% from 255 or 48.5% from 400); Blue value is 31 (12.5% from 255 or 7.75% from 400); Max value from RGB is 194 - color contains mainly: green. Hex color #AFC21F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFC21F is #503DE0. Grayscale: #AAAAAA. Windows color (decimal): -5258721 or 2081455. OLE color: 2081455.
HSL color Cylindrical-coordinate representation of color #AFC21F: hue angle of 66.99º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AFC21F is Cyan = 0.10, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 175 | 194 | 31 | - |
| CMYK | 0.10 | 0 | 0.84 | 0.24 |
| HSL | 66.99º | 0.72% | 0.44% | - |
| HSV(B) | 66.99º | 0.84% | 0.76% | - |
| XYZ | 37.22 | 47.8 | 8.56 | - |
| YUV | 169.74 | 49.71 | 131.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 194 | 31 | 0.10 | 0 | 0.84 | 0.24 | 66.99 | 0.72 | 0.44 |
| Hex | AF | C2 | 1F | A | 0 | 54 | 18 | 43 | 48 | 2C |
| Octal | 257 | 302 | 37 | 12 | 0 | 124 | 30 | 103 | 110 | 54 |
| Binary | 10101111 | 11000010 | 11111 | 1010 | 0 | 1010100 | 11000 | 1000011 | 1001000 | 101100 |
Color Harmonies of #AFC21F
Complementary color
Monochromatic Colors of #AFC21F
Black with #AFC21F
Text Example
Text Example
White with #AFC21F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFC21F; }
p { color: rgb(175,194,31); }
H1.HeaderClassName
{
color: #AFC21F;
}
.AnyTagClassName
{
color: #AFC21F;
}
</style>
background-color css
<style>
a { background-color: #AFC21F; }
a { background-color: rgb(175,194,31); }
div.DivClassName
{
background-color: #AFC21F;
}
.BgClassName
{
background-color: #AFC21F;
}
</style>
border-color css
<style>
span { border-color: #AFC21F; }
span { border-color: rgb(175,194,31); }
td.TdClassName
{
border-color: #AFC21F;
}
.TagClassName
{
border-color: #AFC21F;
}
</style>