Shades of Bahia #AFC627
Tints of Bahia #AFC627
RGB
CMYK
RGB Variations
Color information
#AFC627 (or 0xAFC627) is known color: Bahia. HEX triplet: AF, C6 and 27. RGB value is (175,198,39). Sum of RGB (Red+Green+Blue) = 175+198+39=412 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.48% from 412); Green value is 198 (77.73% from 255 or 48.06% from 412); Blue value is 39 (15.62% from 255 or 9.47% from 412); Max value from RGB is 198 - color contains mainly: green. Hex color #AFC627 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFC627 is #5039D8. Grayscale: #ADADAD. Windows color (decimal): -5257689 or 2606767. OLE color: 2606767.
HSL color Cylindrical-coordinate representation of color #AFC627: hue angle of 68.68º degrees, saturation: 0.67, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AFC627 is Cyan = 0.12, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 175 | 198 | 39 | - |
| CMYK | 0.12 | 0 | 0.80 | 0.22 |
| HSL | 68.68º | 0.67% | 0.46% | - |
| HSV(B) | 68.68º | 0.8% | 0.78% | - |
| XYZ | 38.24 | 49.65 | 9.49 | - |
| YUV | 173 | 52.38 | 129.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 198 | 39 | 0.12 | 0 | 0.80 | 0.22 | 68.68 | 0.67 | 0.46 |
| Hex | AF | C6 | 27 | C | 0 | 50 | 16 | 45 | 43 | 2E |
| Octal | 257 | 306 | 47 | 14 | 0 | 120 | 26 | 105 | 103 | 56 |
| Binary | 10101111 | 11000110 | 100111 | 1100 | 0 | 1010000 | 10110 | 1000101 | 1000011 | 101110 |
Color Harmonies of #AFC627
Complementary color
Monochromatic Colors of #AFC627
Black with #AFC627
Text Example
Text Example
White with #AFC627
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFC627; }
p { color: rgb(175,198,39); }
H1.HeaderClassName
{
color: #AFC627;
}
.AnyTagClassName
{
color: #AFC627;
}
</style>
background-color css
<style>
a { background-color: #AFC627; }
a { background-color: rgb(175,198,39); }
div.DivClassName
{
background-color: #AFC627;
}
.BgClassName
{
background-color: #AFC627;
}
</style>
border-color css
<style>
span { border-color: #AFC627; }
span { border-color: rgb(175,198,39); }
td.TdClassName
{
border-color: #AFC627;
}
.TagClassName
{
border-color: #AFC627;
}
</style>