#C9BC41

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

Shades of Old Gold #C9BC41

Tints of Old Gold #C9BC41

Color information

#C9BC41 (or 0xC9BC41) is unknown color: approx Old Gold. HEX triplet: C9, BC and 41. RGB value is (201,188,65). Sum of RGB (Red+Green+Blue) = 201+188+65=454 (60% of max value = 765). Red value is 201 (78.91% from 255 or 44.27% from 454); Green value is 188 (73.83% from 255 or 41.41% from 454); Blue value is 65 (25.78% from 255 or 14.32% from 454); Max value from RGB is 201 - color contains mainly: red. Hex color #C9BC41 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C9BC41 is #3643BE. Grayscale: #B2B2B2. Windows color (decimal): -3556287 or 4308169. OLE color: 4308169.

HSL color Cylindrical-coordinate representation of color #C9BC41: hue angle of 54.26º 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 #C9BC41 is Cyan = 0, Magento = 0.06, Yellow = 0.68 and Black (K on CMYK) = 0.21.

Color convert

RGB20118865-
CMYK00.060.680.21
HSL54.26º55.74%52.16%-
HSV(B)54.26º67.66%78.82%-
XYZ43.0248.7712.15-
YUV177.8664.31144.5-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 44.27%
GREEN value IS 188 (73.83% from 255) = 41.41%
BLUE value IS 65 (25.78% from 255) = 14.32%
R=44.27%
G=41.41%
B=14.32%

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
Decimal2011886500.060.680.2154.2655.7452.16
HexC9BC41064415363834
Octal3112741010610425667064
Binary110010011011110010000010110100010010101110110111000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9BC41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9BC41; }

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

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

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

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

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

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

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

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