#C4BC2D

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

Shades of Old Gold #C4BC2D

Tints of Old Gold #C4BC2D

Color information

#C4BC2D (or 0xC4BC2D) is unknown color: approx Old Gold. HEX triplet: C4, BC and 2D. RGB value is (196,188,45). Sum of RGB (Red+Green+Blue) = 196+188+45=429 (56% of max value = 765). Red value is 196 (76.95% from 255 or 45.69% from 429); Green value is 188 (73.83% from 255 or 43.82% from 429); Blue value is 45 (17.97% from 255 or 10.49% from 429); Max value from RGB is 196 - color contains mainly: red. Hex color #C4BC2D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C4BC2D is #3B43D2. Grayscale: #AEAEAE. Windows color (decimal): -3883987 or 2997444. OLE color: 2997444.

HSL color Cylindrical-coordinate representation of color #C4BC2D: hue angle of 56.82º degrees, saturation: 0.63, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C4BC2D is Cyan = 0, Magento = 0.04, Yellow = 0.77 and Black (K on CMYK) = 0.23.

Color convert

RGB19618845-
CMYK00.040.770.23
HSL56.82º62.66%47.25%-
HSV(B)56.82º77.04%76.86%-
XYZ41.2247.899.55-
YUV174.0955.15143.63-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 45.69%
GREEN value IS 188 (73.83% from 255) = 43.82%
BLUE value IS 45 (17.97% from 255) = 10.49%
R=45.69%
G=43.82%
B=10.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.77
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1961884500.040.770.2356.8262.6647.25
HexC4BC2D044D17393f2f
Octal304274550411527717757
Binary11000100101111001011010100100110110111111001111111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4BC2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4BC2D; }

 p { color: rgb(196,188,45); }

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

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

 a { background-color: rgb(196,188,45); }

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

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

 span { border-color: rgb(196,188,45); }

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