#C9BC38

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

Shades of Old Gold #C9BC38

Tints of Old Gold #C9BC38

Color information

#C9BC38 (or 0xC9BC38) is unknown color: approx Old Gold. HEX triplet: C9, BC and 38. RGB value is (201,188,56). Sum of RGB (Red+Green+Blue) = 201+188+56=445 (58% of max value = 765). Red value is 201 (78.91% from 255 or 45.17% from 445); Green value is 188 (73.83% from 255 or 42.25% from 445); Blue value is 56 (22.27% from 255 or 12.58% from 445); Max value from RGB is 201 - color contains mainly: red. Hex color #C9BC38 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C9BC38 is #3643C7. Grayscale: #B1B1B1. Windows color (decimal): -3556296 or 3718345. OLE color: 3718345.

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

Color convert

RGB20118856-
CMYK00.060.720.21
HSL54.62º57.31%50.39%-
HSV(B)54.62º72.14%78.82%-
XYZ42.7848.6710.88-
YUV176.8459.81145.23-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 45.17%
GREEN value IS 188 (73.83% from 255) = 42.25%
BLUE value IS 56 (22.27% from 255) = 12.58%
R=45.17%
G=42.25%
B=12.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.72
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2011885600.060.720.2154.6257.3150.39
HexC9BC38064815373932
Octal311274700611025677162
Binary11001001101111001110000110100100010101110111111001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9BC38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9BC38; }

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

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

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

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

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

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

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

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