Shades of Rio Grande #ABCD09
Tints of Rio Grande #ABCD09
RGB
CMYK
RGB Variations
Color information
#ABCD09 (or 0xABCD09) is known color: Rio Grande. HEX triplet: AB, CD and 09. RGB value is (171,205,9). Sum of RGB (Red+Green+Blue) = 171+205+9=385 (50% of max value = 765). Red value is 171 (67.19% from 255 or 44.42% from 385); Green value is 205 (80.47% from 255 or 53.25% from 385); Blue value is 9 (3.91% from 255 or 2.34% from 385); Max value from RGB is 205 - color contains mainly: green. Hex color #ABCD09 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ABCD09 is #5432F6. Grayscale: #ADADAD. Windows color (decimal): -5518071 or 642475. OLE color: 642475.
HSL color Cylindrical-coordinate representation of color #ABCD09: hue angle of 70.41º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #ABCD09 is Cyan = 0.17, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 171 | 205 | 9 | - |
| CMYK | 0.17 | 0 | 0.96 | 0.20 |
| HSL | 70.41º | 0.92% | 0.42% | - |
| HSV(B) | 70.41º | 0.96% | 0.8% | - |
| XYZ | 38.68 | 52.34 | 8.32 | - |
| YUV | 172.49 | 35.74 | 126.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 205 | 9 | 0.17 | 0 | 0.96 | 0.20 | 70.41 | 0.92 | 0.42 |
| Hex | AB | CD | 9 | 11 | 0 | 60 | 14 | 46 | 5C | 2A |
| Octal | 253 | 315 | 11 | 21 | 0 | 140 | 24 | 106 | 134 | 52 |
| Binary | 10101011 | 11001101 | 1001 | 10001 | 0 | 1100000 | 10100 | 1000110 | 1011100 | 101010 |
Color Harmonies of #ABCD09
Complementary color
Monochromatic Colors of #ABCD09
Black with #ABCD09
Text Example
Text Example
White with #ABCD09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABCD09; }
p { color: rgb(171,205,9); }
H1.HeaderClassName
{
color: #ABCD09;
}
.AnyTagClassName
{
color: #ABCD09;
}
</style>
background-color css
<style>
a { background-color: #ABCD09; }
a { background-color: rgb(171,205,9); }
div.DivClassName
{
background-color: #ABCD09;
}
.BgClassName
{
background-color: #ABCD09;
}
</style>
border-color css
<style>
span { border-color: #ABCD09; }
span { border-color: rgb(171,205,9); }
td.TdClassName
{
border-color: #ABCD09;
}
.TagClassName
{
border-color: #ABCD09;
}
</style>