#C4BF44

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

Shades of Old Gold #C4BF44

Tints of Old Gold #C4BF44

Color information

#C4BF44 (or 0xC4BF44) is unknown color: approx Old Gold. HEX triplet: C4, BF and 44. RGB value is (196,191,68). Sum of RGB (Red+Green+Blue) = 196+191+68=455 (60% of max value = 765). Red value is 196 (76.95% from 255 or 43.08% from 455); Green value is 191 (75% from 255 or 41.98% from 455); Blue value is 68 (26.95% from 255 or 14.95% from 455); Max value from RGB is 196 - color contains mainly: red. Hex color #C4BF44 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C4BF44 is #3B40BB. Grayscale: #B2B2B2. Windows color (decimal): -3883196 or 4505540. OLE color: 4505540.

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

Color convert

RGB19619168-
CMYK00.030.650.23
HSL57.66º52.03%51.76%-
HSV(B)57.66º65.31%76.86%-
XYZ42.4449.4112.77-
YUV178.4765.66140.5-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 43.08%
GREEN value IS 191 (75% from 255) = 41.98%
BLUE value IS 68 (26.95% from 255) = 14.95%
R=43.08%
G=41.98%
B=14.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.65
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1961916800.030.650.2357.6652.0351.76
HexC4BF440341173a3434
Octal3042771040310127726464
Binary11000100101111111000100011100000110111111010110100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4BF44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4BF44; }

 p { color: rgb(196,191,68); }

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

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

 a { background-color: rgb(196,191,68); }

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

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

 span { border-color: rgb(196,191,68); }

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