Shades of Rio Grande #BBCF23
Tints of Rio Grande #BBCF23
RGB
CMYK
RGB Variations
Color information
#BBCF23 (or 0xBBCF23) is known color: Rio Grande. HEX triplet: BB, CF and 23. RGB value is (187,207,35). Sum of RGB (Red+Green+Blue) = 187+207+35=429 (56% of max value = 765). Red value is 187 (73.44% from 255 or 43.59% from 429); Green value is 207 (81.25% from 255 or 48.25% from 429); Blue value is 35 (14.06% from 255 or 8.16% from 429); Max value from RGB is 207 - color contains mainly: green. Hex color #BBCF23 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBCF23 is #4430DC. Grayscale: #B6B6B6. Windows color (decimal): -4468957 or 2346939. OLE color: 2346939.
HSL color Cylindrical-coordinate representation of color #BBCF23: hue angle of 66.98º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BBCF23 is Cyan = 0.10, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 187 | 207 | 35 | - |
| CMYK | 0.10 | 0 | 0.83 | 0.19 |
| HSL | 66.98º | 0.71% | 0.47% | - |
| HSV(B) | 66.98º | 0.83% | 0.81% | - |
| XYZ | 43.11 | 55.31 | 9.99 | - |
| YUV | 181.41 | 45.37 | 131.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 207 | 35 | 0.10 | 0 | 0.83 | 0.19 | 66.98 | 0.71 | 0.47 |
| Hex | BB | CF | 23 | A | 0 | 53 | 13 | 43 | 47 | 2F |
| Octal | 273 | 317 | 43 | 12 | 0 | 123 | 23 | 103 | 107 | 57 |
| Binary | 10111011 | 11001111 | 100011 | 1010 | 0 | 1010011 | 10011 | 1000011 | 1000111 | 101111 |
Color Harmonies of #BBCF23
Complementary color
Monochromatic Colors of #BBCF23
Black with #BBCF23
Text Example
Text Example
White with #BBCF23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBCF23; }
p { color: rgb(187,207,35); }
H1.HeaderClassName
{
color: #BBCF23;
}
.AnyTagClassName
{
color: #BBCF23;
}
</style>
background-color css
<style>
a { background-color: #BBCF23; }
a { background-color: rgb(187,207,35); }
div.DivClassName
{
background-color: #BBCF23;
}
.BgClassName
{
background-color: #BBCF23;
}
</style>
border-color css
<style>
span { border-color: #BBCF23; }
span { border-color: rgb(187,207,35); }
td.TdClassName
{
border-color: #BBCF23;
}
.TagClassName
{
border-color: #BBCF23;
}
</style>