Shades of Rio Grande #B3CC28
Tints of Rio Grande #B3CC28
RGB
CMYK
RGB Variations
Color information
#B3CC28 (or 0xB3CC28) is known color: Rio Grande. HEX triplet: B3, CC and 28. RGB value is (179,204,40). Sum of RGB (Red+Green+Blue) = 179+204+40=423 (56% of max value = 765). Red value is 179 (70.31% from 255 or 42.32% from 423); Green value is 204 (80.08% from 255 or 48.23% from 423); Blue value is 40 (16.02% from 255 or 9.46% from 423); Max value from RGB is 204 - color contains mainly: green. Hex color #B3CC28 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B3CC28 is #4C33D7. Grayscale: #B2B2B2. Windows color (decimal): -4994008 or 2673843. OLE color: 2673843.
HSL color Cylindrical-coordinate representation of color #B3CC28: hue angle of 69.15º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B3CC28 is Cyan = 0.12, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 179 | 204 | 40 | - |
| CMYK | 0.12 | 0 | 0.80 | 0.2 |
| HSL | 69.15º | 0.67% | 0.48% | - |
| HSV(B) | 69.15º | 0.8% | 0.8% | - |
| XYZ | 40.57 | 52.92 | 10.08 | - |
| YUV | 177.83 | 50.22 | 128.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 204 | 40 | 0.12 | 0 | 0.80 | 0.2 | 69.15 | 0.67 | 0.48 |
| Hex | B3 | CC | 28 | C | 0 | 50 | 14 | 45 | 43 | 30 |
| Octal | 263 | 314 | 50 | 14 | 0 | 120 | 24 | 105 | 103 | 60 |
| Binary | 10110011 | 11001100 | 101000 | 1100 | 0 | 1010000 | 10100 | 1000101 | 1000011 | 110000 |
Color Harmonies of #B3CC28
Complementary color
Monochromatic Colors of #B3CC28
Black with #B3CC28
Text Example
Text Example
White with #B3CC28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3CC28; }
p { color: rgb(179,204,40); }
H1.HeaderClassName
{
color: #B3CC28;
}
.AnyTagClassName
{
color: #B3CC28;
}
</style>
background-color css
<style>
a { background-color: #B3CC28; }
a { background-color: rgb(179,204,40); }
div.DivClassName
{
background-color: #B3CC28;
}
.BgClassName
{
background-color: #B3CC28;
}
</style>
border-color css
<style>
span { border-color: #B3CC28; }
span { border-color: rgb(179,204,40); }
td.TdClassName
{
border-color: #B3CC28;
}
.TagClassName
{
border-color: #B3CC28;
}
</style>