#C9BC36

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

Shades of Old Gold #C9BC36

Tints of Old Gold #C9BC36

Color information

#C9BC36 (or 0xC9BC36) is unknown color: approx Old Gold. HEX triplet: C9, BC and 36. RGB value is (201,188,54). Sum of RGB (Red+Green+Blue) = 201+188+54=443 (58% of max value = 765). Red value is 201 (78.91% from 255 or 45.37% from 443); Green value is 188 (73.83% from 255 or 42.44% from 443); Blue value is 54 (21.48% from 255 or 12.19% from 443); Max value from RGB is 201 - color contains mainly: red. Hex color #C9BC36 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C9BC36 is #3643C9. Grayscale: #B1B1B1. Windows color (decimal): -3556298 or 3587273. OLE color: 3587273.

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

Color convert

RGB20118854-
CMYK00.060.730.21
HSL54.69º57.65%50%-
HSV(B)54.69º73.13%78.82%-
XYZ42.7448.6510.63-
YUV176.6158.81145.4-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 45.37%
GREEN value IS 188 (73.83% from 255) = 42.44%
BLUE value IS 54 (21.48% from 255) = 12.19%
R=45.37%
G=42.44%
B=12.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.73
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2011885400.060.730.2154.6957.6550
HexC9BC36064915373a32
Octal311274660611125677262
Binary11001001101111001101100110100100110101110111111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9BC36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9BC36; }

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

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

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

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

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

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

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

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