Shades of Rio Grande #AECF1B
Tints of Rio Grande #AECF1B
RGB
CMYK
RGB Variations
Color information
#AECF1B (or 0xAECF1B) is known color: Rio Grande. HEX triplet: AE, CF and 1B. RGB value is (174,207,27). Sum of RGB (Red+Green+Blue) = 174+207+27=408 (54% of max value = 765). Red value is 174 (68.36% from 255 or 42.65% from 408); Green value is 207 (81.25% from 255 or 50.74% from 408); Blue value is 27 (10.94% from 255 or 6.62% from 408); Max value from RGB is 207 - color contains mainly: green. Hex color #AECF1B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AECF1B is #5130E4. Grayscale: #B1B1B1. Windows color (decimal): -5320933 or 1822638. OLE color: 1822638.
HSL color Cylindrical-coordinate representation of color #AECF1B: hue angle of 71º degrees, saturation: 0.77, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AECF1B is Cyan = 0.16, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 174 | 207 | 27 | - |
| CMYK | 0.16 | 0 | 0.87 | 0.19 |
| HSL | 71º | 0.77% | 0.46% | - |
| HSV(B) | 71º | 0.87% | 0.81% | - |
| XYZ | 39.97 | 53.7 | 9.3 | - |
| YUV | 176.61 | 43.57 | 126.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 207 | 27 | 0.16 | 0 | 0.87 | 0.19 | 71 | 0.77 | 0.46 |
| Hex | AE | CF | 1B | 10 | 0 | 57 | 13 | 47 | 4D | 2E |
| Octal | 256 | 317 | 33 | 20 | 0 | 127 | 23 | 107 | 115 | 56 |
| Binary | 10101110 | 11001111 | 11011 | 10000 | 0 | 1010111 | 10011 | 1000111 | 1001101 | 101110 |
Color Harmonies of #AECF1B
Complementary color
Monochromatic Colors of #AECF1B
Black with #AECF1B
Text Example
Text Example
White with #AECF1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AECF1B; }
p { color: rgb(174,207,27); }
H1.HeaderClassName
{
color: #AECF1B;
}
.AnyTagClassName
{
color: #AECF1B;
}
</style>
background-color css
<style>
a { background-color: #AECF1B; }
a { background-color: rgb(174,207,27); }
div.DivClassName
{
background-color: #AECF1B;
}
.BgClassName
{
background-color: #AECF1B;
}
</style>
border-color css
<style>
span { border-color: #AECF1B; }
span { border-color: rgb(174,207,27); }
td.TdClassName
{
border-color: #AECF1B;
}
.TagClassName
{
border-color: #AECF1B;
}
</style>