Shades of Bahia #AFC92D
Tints of Bahia #AFC92D
RGB
CMYK
RGB Variations
Color information
#AFC92D (or 0xAFC92D) is known color: Bahia. HEX triplet: AF, C9 and 2D. RGB value is (175,201,45). Sum of RGB (Red+Green+Blue) = 175+201+45=421 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.57% from 421); Green value is 201 (78.91% from 255 or 47.74% from 421); Blue value is 45 (17.97% from 255 or 10.69% from 421); Max value from RGB is 201 - color contains mainly: green. Hex color #AFC92D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFC92D is #5036D2. Grayscale: #B0B0B0. Windows color (decimal): -5256915 or 3000751. OLE color: 3000751.
HSL color Cylindrical-coordinate representation of color #AFC92D: hue angle of 70º degrees, saturation: 0.63, 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 #AFC92D is Cyan = 0.13, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 175 | 201 | 45 | - |
| CMYK | 0.13 | 0 | 0.78 | 0.21 |
| HSL | 70º | 0.63% | 0.48% | - |
| HSV(B) | 70º | 0.78% | 0.79% | - |
| XYZ | 39.04 | 51.08 | 10.28 | - |
| YUV | 175.44 | 54.39 | 127.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 201 | 45 | 0.13 | 0 | 0.78 | 0.21 | 70 | 0.63 | 0.48 |
| Hex | AF | C9 | 2D | D | 0 | 4E | 15 | 46 | 3F | 30 |
| Octal | 257 | 311 | 55 | 15 | 0 | 116 | 25 | 106 | 77 | 60 |
| Binary | 10101111 | 11001001 | 101101 | 1101 | 0 | 1001110 | 10101 | 1000110 | 111111 | 110000 |
Color Harmonies of #AFC92D
Complementary color
Monochromatic Colors of #AFC92D
Black with #AFC92D
Text Example
Text Example
White with #AFC92D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFC92D; }
p { color: rgb(175,201,45); }
H1.HeaderClassName
{
color: #AFC92D;
}
.AnyTagClassName
{
color: #AFC92D;
}
</style>
background-color css
<style>
a { background-color: #AFC92D; }
a { background-color: rgb(175,201,45); }
div.DivClassName
{
background-color: #AFC92D;
}
.BgClassName
{
background-color: #AFC92D;
}
</style>
border-color css
<style>
span { border-color: #AFC92D; }
span { border-color: rgb(175,201,45); }
td.TdClassName
{
border-color: #AFC92D;
}
.TagClassName
{
border-color: #AFC92D;
}
</style>