Shades of Rio Grande #BED012
Tints of Rio Grande #BED012
RGB
CMYK
RGB Variations
Color information
#BED012 (or 0xBED012) is known color: Rio Grande. HEX triplet: BE, D0 and 12. RGB value is (190,208,18). Sum of RGB (Red+Green+Blue) = 190+208+18=416 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.67% from 416); Green value is 208 (81.64% from 255 or 50% from 416); Blue value is 18 (7.42% from 255 or 4.33% from 416); Max value from RGB is 208 - color contains mainly: green. Hex color #BED012 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BED012 is #412FED. Grayscale: #B5B5B5. Windows color (decimal): -4272110 or 1233086. OLE color: 1233086.
HSL color Cylindrical-coordinate representation of color #BED012: hue angle of 65.68º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BED012 is Cyan = 0.09, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 190 | 208 | 18 | - |
| CMYK | 0.09 | 0 | 0.91 | 0.18 |
| HSL | 65.68º | 0.84% | 0.44% | - |
| HSV(B) | 65.68º | 0.91% | 0.82% | - |
| XYZ | 43.9 | 56.1 | 9.09 | - |
| YUV | 180.96 | 36.04 | 134.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 208 | 18 | 0.09 | 0 | 0.91 | 0.18 | 65.68 | 0.84 | 0.44 |
| Hex | BE | D0 | 12 | 9 | 0 | 5B | 12 | 42 | 54 | 2C |
| Octal | 276 | 320 | 22 | 11 | 0 | 133 | 22 | 102 | 124 | 54 |
| Binary | 10111110 | 11010000 | 10010 | 1001 | 0 | 1011011 | 10010 | 1000010 | 1010100 | 101100 |
Color Harmonies of #BED012
Complementary color
Monochromatic Colors of #BED012
Black with #BED012
Text Example
Text Example
White with #BED012
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BED012; }
p { color: rgb(190,208,18); }
H1.HeaderClassName
{
color: #BED012;
}
.AnyTagClassName
{
color: #BED012;
}
</style>
background-color css
<style>
a { background-color: #BED012; }
a { background-color: rgb(190,208,18); }
div.DivClassName
{
background-color: #BED012;
}
.BgClassName
{
background-color: #BED012;
}
</style>
border-color css
<style>
span { border-color: #BED012; }
span { border-color: rgb(190,208,18); }
td.TdClassName
{
border-color: #BED012;
}
.TagClassName
{
border-color: #BED012;
}
</style>