Shades of Sundance #C5BB4B
Tints of Sundance #C5BB4B
RGB
CMYK
RGB Variations
Color information
#C5BB4B (or 0xC5BB4B) is known color: Sundance. HEX triplet: C5, BB and 4B. RGB value is (197,187,75). Sum of RGB (Red+Green+Blue) = 197+187+75=459 (60% of max value = 765). Red value is 197 (77.34% from 255 or 42.92% from 459); Green value is 187 (73.44% from 255 or 40.74% from 459); Blue value is 75 (29.69% from 255 or 16.34% from 459); Max value from RGB is 197 - color contains mainly: red. Hex color #C5BB4B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5BB4B is #3A44B4. Grayscale: #B1B1B1. Windows color (decimal): -3818677 or 4963269. OLE color: 4963269.
HSL color Cylindrical-coordinate representation of color #C5BB4B: hue angle of 55.08º degrees, saturation: 0.51, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C5BB4B is Cyan = 0, Magento = 0.05, Yellow = 0.62 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 187 | 75 | - |
| CMYK | 0 | 0.05 | 0.62 | 0.23 |
| HSL | 55.08º | 0.51% | 0.53% | - |
| HSV(B) | 55.08º | 0.62% | 0.77% | - |
| XYZ | 42.07 | 47.92 | 13.69 | - |
| YUV | 177.22 | 70.31 | 142.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 187 | 75 | 0 | 0.05 | 0.62 | 0.23 | 55.08 | 0.51 | 0.53 |
| Hex | C5 | BB | 4B | 0 | 5 | 3E | 17 | 37 | 33 | 35 |
| Octal | 305 | 273 | 113 | 0 | 5 | 76 | 27 | 67 | 63 | 65 |
| Binary | 11000101 | 10111011 | 1001011 | 0 | 101 | 111110 | 10111 | 110111 | 110011 | 110101 |
Color Harmonies of #C5BB4B
Complementary color
Monochromatic Colors of #C5BB4B
Black with #C5BB4B
Text Example
Text Example
White with #C5BB4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5BB4B; }
p { color: rgb(197,187,75); }
H1.HeaderClassName
{
color: #C5BB4B;
}
.AnyTagClassName
{
color: #C5BB4B;
}
</style>
background-color css
<style>
a { background-color: #C5BB4B; }
a { background-color: rgb(197,187,75); }
div.DivClassName
{
background-color: #C5BB4B;
}
.BgClassName
{
background-color: #C5BB4B;
}
</style>
border-color css
<style>
span { border-color: #C5BB4B; }
span { border-color: rgb(197,187,75); }
td.TdClassName
{
border-color: #C5BB4B;
}
.TagClassName
{
border-color: #C5BB4B;
}
</style>