Shades of Rio Grande #B9CF24
Tints of Rio Grande #B9CF24
RGB
CMYK
RGB Variations
Color information
#B9CF24 (or 0xB9CF24) is known color: Rio Grande. HEX triplet: B9, CF and 24. RGB value is (185,207,36). Sum of RGB (Red+Green+Blue) = 185+207+36=428 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.22% from 428); Green value is 207 (81.25% from 255 or 48.36% from 428); Blue value is 36 (14.45% from 255 or 8.41% from 428); Max value from RGB is 207 - color contains mainly: green. Hex color #B9CF24 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B9CF24 is #4630DB. Grayscale: #B5B5B5. Windows color (decimal): -4600028 or 2412473. OLE color: 2412473.
HSL color Cylindrical-coordinate representation of color #B9CF24: hue angle of 67.72º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B9CF24 is Cyan = 0.11, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 185 | 207 | 36 | - |
| CMYK | 0.11 | 0 | 0.83 | 0.19 |
| HSL | 67.72º | 0.7% | 0.48% | - |
| HSV(B) | 67.72º | 0.83% | 0.81% | - |
| XYZ | 42.64 | 55.07 | 10.05 | - |
| YUV | 180.93 | 46.21 | 130.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 207 | 36 | 0.11 | 0 | 0.83 | 0.19 | 67.72 | 0.7 | 0.48 |
| Hex | B9 | CF | 24 | B | 0 | 53 | 13 | 44 | 46 | 30 |
| Octal | 271 | 317 | 44 | 13 | 0 | 123 | 23 | 104 | 106 | 60 |
| Binary | 10111001 | 11001111 | 100100 | 1011 | 0 | 1010011 | 10011 | 1000100 | 1000110 | 110000 |
Color Harmonies of #B9CF24
Complementary color
Monochromatic Colors of #B9CF24
Black with #B9CF24
Text Example
Text Example
White with #B9CF24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9CF24; }
p { color: rgb(185,207,36); }
H1.HeaderClassName
{
color: #B9CF24;
}
.AnyTagClassName
{
color: #B9CF24;
}
</style>
background-color css
<style>
a { background-color: #B9CF24; }
a { background-color: rgb(185,207,36); }
div.DivClassName
{
background-color: #B9CF24;
}
.BgClassName
{
background-color: #B9CF24;
}
</style>
border-color css
<style>
span { border-color: #B9CF24; }
span { border-color: rgb(185,207,36); }
td.TdClassName
{
border-color: #B9CF24;
}
.TagClassName
{
border-color: #B9CF24;
}
</style>