#C9BC40

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

Shades of Old Gold #C9BC40

Tints of Old Gold #C9BC40

Color information

#C9BC40 (or 0xC9BC40) is unknown color: approx Old Gold. HEX triplet: C9, BC and 40. RGB value is (201,188,64). Sum of RGB (Red+Green+Blue) = 201+188+64=453 (60% of max value = 765). Red value is 201 (78.91% from 255 or 44.37% from 453); Green value is 188 (73.83% from 255 or 41.50% from 453); Blue value is 64 (25.39% from 255 or 14.13% from 453); Max value from RGB is 201 - color contains mainly: red. Hex color #C9BC40 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C9BC40 is #3643BF. Grayscale: #B2B2B2. Windows color (decimal): -3556288 or 4242633. OLE color: 4242633.

HSL color Cylindrical-coordinate representation of color #C9BC40: hue angle of 54.31º degrees, saturation: 0.56, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C9BC40 is Cyan = 0, Magento = 0.06, Yellow = 0.68 and Black (K on CMYK) = 0.21.

Color convert

RGB20118864-
CMYK00.060.680.21
HSL54.31º55.92%51.96%-
HSV(B)54.31º68.16%78.82%-
XYZ4348.7511.99-
YUV177.7563.81144.58-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 44.37%
GREEN value IS 188 (73.83% from 255) = 41.50%
BLUE value IS 64 (25.39% from 255) = 14.13%
R=44.37%
G=41.50%
B=14.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.68
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2011886400.060.680.2154.3155.9251.96
HexC9BC40064415363834
Octal3112741000610425667064
Binary110010011011110010000000110100010010101110110111000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9BC40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9BC40; }

 p { color: rgb(201,188,64); }

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

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

 a { background-color: rgb(201,188,64); }

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

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

 span { border-color: rgb(201,188,64); }

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