#C9BB2C

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

Shades of Old Gold #C9BB2C

Tints of Old Gold #C9BB2C

Color information

#C9BB2C (or 0xC9BB2C) is unknown color: approx Old Gold. HEX triplet: C9, BB and 2C. RGB value is (201,187,44). Sum of RGB (Red+Green+Blue) = 201+187+44=432 (57% of max value = 765). Red value is 201 (78.91% from 255 or 46.53% from 432); Green value is 187 (73.44% from 255 or 43.29% from 432); Blue value is 44 (17.58% from 255 or 10.19% from 432); Max value from RGB is 201 - color contains mainly: red. Hex color #C9BB2C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C9BB2C is #3644D3. Grayscale: #AFAFAF. Windows color (decimal): -3556564 or 2931657. OLE color: 2931657.

HSL color Cylindrical-coordinate representation of color #C9BB2C: hue angle of 54.65º degrees, saturation: 0.64, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C9BB2C is Cyan = 0, Magento = 0.07, Yellow = 0.78 and Black (K on CMYK) = 0.21.

Color convert

RGB20118744-
CMYK00.070.780.21
HSL54.65º64.08%48.04%-
HSV(B)54.65º78.11%78.82%-
XYZ42.3148.149.44-
YUV174.8854.14146.63-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 46.53%
GREEN value IS 187 (73.44% from 255) = 43.29%
BLUE value IS 44 (17.58% from 255) = 10.19%
R=46.53%
G=43.29%
B=10.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.78
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2011874400.070.780.2154.6564.0848.04
HexC9BB2C074E15374030
Octal3112735407116256710060
Binary110010011011101110110001111001110101011101111000000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9BB2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9BB2C; }

 p { color: rgb(201,187,44); }

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

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

 a { background-color: rgb(201,187,44); }

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

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

 span { border-color: rgb(201,187,44); }

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