Shades of Bahia #AFC92C
Tints of Bahia #AFC92C
RGB
CMYK
RGB Variations
Color information
#AFC92C (or 0xAFC92C) is known color: Bahia. HEX triplet: AF, C9 and 2C. RGB value is (175,201,44). Sum of RGB (Red+Green+Blue) = 175+201+44=420 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.67% from 420); Green value is 201 (78.91% from 255 or 47.86% from 420); Blue value is 44 (17.58% from 255 or 10.48% from 420); Max value from RGB is 201 - color contains mainly: green. Hex color #AFC92C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFC92C is #5036D3. Grayscale: #AFAFAF. Windows color (decimal): -5256916 or 2935215. OLE color: 2935215.
HSL color Cylindrical-coordinate representation of color #AFC92C: hue angle of 69.94º degrees, saturation: 0.64, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AFC92C is Cyan = 0.13, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 175 | 201 | 44 | - |
| CMYK | 0.13 | 0 | 0.78 | 0.21 |
| HSL | 69.94º | 0.64% | 0.48% | - |
| HSV(B) | 69.94º | 0.78% | 0.79% | - |
| XYZ | 39.02 | 51.07 | 10.18 | - |
| YUV | 175.33 | 53.89 | 127.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 201 | 44 | 0.13 | 0 | 0.78 | 0.21 | 69.94 | 0.64 | 0.48 |
| Hex | AF | C9 | 2C | D | 0 | 4E | 15 | 46 | 40 | 30 |
| Octal | 257 | 311 | 54 | 15 | 0 | 116 | 25 | 106 | 100 | 60 |
| Binary | 10101111 | 11001001 | 101100 | 1101 | 0 | 1001110 | 10101 | 1000110 | 1000000 | 110000 |
Color Harmonies of #AFC92C
Complementary color
Monochromatic Colors of #AFC92C
Black with #AFC92C
Text Example
Text Example
White with #AFC92C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFC92C; }
p { color: rgb(175,201,44); }
H1.HeaderClassName
{
color: #AFC92C;
}
.AnyTagClassName
{
color: #AFC92C;
}
</style>
background-color css
<style>
a { background-color: #AFC92C; }
a { background-color: rgb(175,201,44); }
div.DivClassName
{
background-color: #AFC92C;
}
.BgClassName
{
background-color: #AFC92C;
}
</style>
border-color css
<style>
span { border-color: #AFC92C; }
span { border-color: rgb(175,201,44); }
td.TdClassName
{
border-color: #AFC92C;
}
.TagClassName
{
border-color: #AFC92C;
}
</style>