Shades of Rio Grande #BBCD24
Tints of Rio Grande #BBCD24
RGB
CMYK
RGB Variations
Color information
#BBCD24 (or 0xBBCD24) is known color: Rio Grande. HEX triplet: BB, CD and 24. RGB value is (187,205,36). Sum of RGB (Red+Green+Blue) = 187+205+36=428 (56% of max value = 765). Red value is 187 (73.44% from 255 or 43.69% from 428); Green value is 205 (80.47% from 255 or 47.90% from 428); Blue value is 36 (14.45% from 255 or 8.41% from 428); Max value from RGB is 205 - color contains mainly: green. Hex color #BBCD24 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBCD24 is #4432DB. Grayscale: #B5B5B5. Windows color (decimal): -4469468 or 2411963. OLE color: 2411963.
HSL color Cylindrical-coordinate representation of color #BBCD24: hue angle of 66.39º degrees, saturation: 0.7, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BBCD24 is Cyan = 0.09, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 187 | 205 | 36 | - |
| CMYK | 0.09 | 0 | 0.82 | 0.20 |
| HSL | 66.39º | 0.7% | 0.47% | - |
| HSV(B) | 66.39º | 0.82% | 0.8% | - |
| XYZ | 42.64 | 54.35 | 9.91 | - |
| YUV | 180.35 | 46.54 | 132.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 205 | 36 | 0.09 | 0 | 0.82 | 0.20 | 66.39 | 0.7 | 0.47 |
| Hex | BB | CD | 24 | 9 | 0 | 52 | 14 | 42 | 46 | 2F |
| Octal | 273 | 315 | 44 | 11 | 0 | 122 | 24 | 102 | 106 | 57 |
| Binary | 10111011 | 11001101 | 100100 | 1001 | 0 | 1010010 | 10100 | 1000010 | 1000110 | 101111 |
Color Harmonies of #BBCD24
Complementary color
Monochromatic Colors of #BBCD24
Black with #BBCD24
Text Example
Text Example
White with #BBCD24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBCD24; }
p { color: rgb(187,205,36); }
H1.HeaderClassName
{
color: #BBCD24;
}
.AnyTagClassName
{
color: #BBCD24;
}
</style>
background-color css
<style>
a { background-color: #BBCD24; }
a { background-color: rgb(187,205,36); }
div.DivClassName
{
background-color: #BBCD24;
}
.BgClassName
{
background-color: #BBCD24;
}
</style>
border-color css
<style>
span { border-color: #BBCD24; }
span { border-color: rgb(187,205,36); }
td.TdClassName
{
border-color: #BBCD24;
}
.TagClassName
{
border-color: #BBCD24;
}
</style>