#c6bc4d

Color #C6BC4D Sundance (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sundance #C6BC4D

Tints of Sundance #C6BC4D

Color information

#C6BC4D (or 0xC6BC4D) is unknown color: approx Sundance. HEX triplet: C6, BC and 4D. RGB value is (198,188,77). Sum of RGB (Red+Green+Blue) = 198+188+77=463 (61% of max value = 765). Red value is 198 (77.73% from 255 or 42.76% from 463); Green value is 188 (73.83% from 255 or 40.60% from 463); Blue value is 77 (30.47% from 255 or 16.63% from 463); Max value from RGB is 198 - color contains mainly: red. Hex color #C6BC4D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C6BC4D is #3943B2. Grayscale: #B2B2B2. Windows color (decimal): -3752883 or 5094598. OLE color: 5094598.

HSL color Cylindrical-coordinate representation of color #C6BC4D: hue angle of 55.04º degrees, saturation: 0.51, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C6BC4D is Cyan = 0, Magento = 0.05, Yellow = 0.61 and Black (K on CMYK) = 0.22.

Color convert

RGB19818877-
CMYK00.050.610.22
HSL55.04º51.49%53.92%-
HSV(B)55.04º61.11%77.65%-
XYZ42.6148.5114.14-
YUV178.3470.81142.03-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 198 (77.73% from 255) = 42.76%
GREEN value IS 188 (73.83% from 255) = 40.60%
BLUE value IS 77 (30.47% from 255) = 16.63%
R=42.76%
G=40.60%
B=16.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.61
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1981887700.050.610.2255.0451.4953.92
HexC6BC4D053D16373336
Octal306274115057526676366
Binary11000110101111001001101010111110110110110111110011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c6bc4d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c6bc4d; }

 p { color: rgb(198,188,77); }

 H1.HeaderClassName
 {
   color: #c6bc4d;
 }
 .AnyTagClassName
 {
   color: #c6bc4d;
 }
</style>
background-color css

<style>
 a { background-color: #c6bc4d; }

 a { background-color: rgb(198,188,77); }

 div.DivClassName
 {
   background-color: #c6bc4d;
 }
 .BgClassName
 {
   background-color: #c6bc4d;
 }
</style>
border-color css

<style>
 span { border-color: #c6bc4d; }

 span { border-color: rgb(198,188,77); }

 td.TdClassName
 {
   border-color: #c6bc4d;
 }
 .TagClassName
 {
   border-color: #c6bc4d;
 }
</style>