Shades of Sundance #BDB24C
Tints of Sundance #BDB24C
RGB
CMYK
RGB Variations
Color information
#BDB24C (or 0xBDB24C) is known color: Sundance. HEX triplet: BD, B2 and 4C. RGB value is (189,178,76). Sum of RGB (Red+Green+Blue) = 189+178+76=443 (58% of max value = 765). Red value is 189 (74.22% from 255 or 42.66% from 443); Green value is 178 (69.92% from 255 or 40.18% from 443); Blue value is 76 (30.08% from 255 or 17.16% from 443); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB24C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDB24C is #424DB3. Grayscale: #AAAAAA. Windows color (decimal): -4345268 or 5026493. OLE color: 5026493.
HSL color Cylindrical-coordinate representation of color #BDB24C: hue angle of 54.16º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BDB24C is Cyan = 0, Magento = 0.06, Yellow = 0.60 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 178 | 76 | - |
| CMYK | 0 | 0.06 | 0.60 | 0.26 |
| HSL | 54.16º | 0.46% | 0.52% | - |
| HSV(B) | 54.16º | 0.6% | 0.74% | - |
| XYZ | 38.21 | 43.18 | 13.16 | - |
| YUV | 169.66 | 75.14 | 141.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 178 | 76 | 0 | 0.06 | 0.60 | 0.26 | 54.16 | 0.46 | 0.52 |
| Hex | BD | B2 | 4C | 0 | 6 | 3C | 1A | 36 | 2E | 34 |
| Octal | 275 | 262 | 114 | 0 | 6 | 74 | 32 | 66 | 56 | 64 |
| Binary | 10111101 | 10110010 | 1001100 | 0 | 110 | 111100 | 11010 | 110110 | 101110 | 110100 |
Color Harmonies of #BDB24C
Complementary color
Monochromatic Colors of #BDB24C
Black with #BDB24C
Text Example
Text Example
White with #BDB24C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB24C; }
p { color: rgb(189,178,76); }
H1.HeaderClassName
{
color: #BDB24C;
}
.AnyTagClassName
{
color: #BDB24C;
}
</style>
background-color css
<style>
a { background-color: #BDB24C; }
a { background-color: rgb(189,178,76); }
div.DivClassName
{
background-color: #BDB24C;
}
.BgClassName
{
background-color: #BDB24C;
}
</style>
border-color css
<style>
span { border-color: #BDB24C; }
span { border-color: rgb(189,178,76); }
td.TdClassName
{
border-color: #BDB24C;
}
.TagClassName
{
border-color: #BDB24C;
}
</style>