Shades of Rio Grande #B7CE21
Tints of Rio Grande #B7CE21
RGB
CMYK
RGB Variations
Color information
#B7CE21 (or 0xB7CE21) is known color: Rio Grande. HEX triplet: B7, CE and 21. RGB value is (183,206,33). Sum of RGB (Red+Green+Blue) = 183+206+33=422 (55% of max value = 765). Red value is 183 (71.88% from 255 or 43.36% from 422); Green value is 206 (80.86% from 255 or 48.82% from 422); Blue value is 33 (13.28% from 255 or 7.82% from 422); Max value from RGB is 206 - color contains mainly: green. Hex color #B7CE21 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B7CE21 is #4831DE. Grayscale: #B4B4B4. Windows color (decimal): -4731359 or 2215607. OLE color: 2215607.
HSL color Cylindrical-coordinate representation of color #B7CE21: hue angle of 67.98º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B7CE21 is Cyan = 0.11, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 183 | 206 | 33 | - |
| CMYK | 0.11 | 0 | 0.84 | 0.19 |
| HSL | 67.98º | 0.72% | 0.47% | - |
| HSV(B) | 67.98º | 0.84% | 0.81% | - |
| XYZ | 41.87 | 54.32 | 9.72 | - |
| YUV | 179.4 | 45.38 | 130.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 206 | 33 | 0.11 | 0 | 0.84 | 0.19 | 67.98 | 0.72 | 0.47 |
| Hex | B7 | CE | 21 | B | 0 | 54 | 13 | 44 | 48 | 2F |
| Octal | 267 | 316 | 41 | 13 | 0 | 124 | 23 | 104 | 110 | 57 |
| Binary | 10110111 | 11001110 | 100001 | 1011 | 0 | 1010100 | 10011 | 1000100 | 1001000 | 101111 |
Color Harmonies of #B7CE21
Complementary color
Monochromatic Colors of #B7CE21
Black with #B7CE21
Text Example
Text Example
White with #B7CE21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7CE21; }
p { color: rgb(183,206,33); }
H1.HeaderClassName
{
color: #B7CE21;
}
.AnyTagClassName
{
color: #B7CE21;
}
</style>
background-color css
<style>
a { background-color: #B7CE21; }
a { background-color: rgb(183,206,33); }
div.DivClassName
{
background-color: #B7CE21;
}
.BgClassName
{
background-color: #B7CE21;
}
</style>
border-color css
<style>
span { border-color: #B7CE21; }
span { border-color: rgb(183,206,33); }
td.TdClassName
{
border-color: #B7CE21;
}
.TagClassName
{
border-color: #B7CE21;
}
</style>