#C9BE38

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

Shades of Old Gold #C9BE38

Tints of Old Gold #C9BE38

Color information

#C9BE38 (or 0xC9BE38) is unknown color: approx Old Gold. HEX triplet: C9, BE and 38. RGB value is (201,190,56). Sum of RGB (Red+Green+Blue) = 201+190+56=447 (59% of max value = 765). Red value is 201 (78.91% from 255 or 44.97% from 447); Green value is 190 (74.61% from 255 or 42.51% from 447); Blue value is 56 (22.27% from 255 or 12.53% from 447); Max value from RGB is 201 - color contains mainly: red. Hex color #C9BE38 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C9BE38 is #3641C7. Grayscale: #B2B2B2. Windows color (decimal): -3555784 or 3718857. OLE color: 3718857.

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

Color convert

RGB20119056-
CMYK00.050.720.21
HSL55.45º57.31%50.39%-
HSV(B)55.45º72.14%78.82%-
XYZ43.2149.5311.02-
YUV178.0159.14144.4-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 44.97%
GREEN value IS 190 (74.61% from 255) = 42.51%
BLUE value IS 56 (22.27% from 255) = 12.53%
R=44.97%
G=42.51%
B=12.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.72
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2011905600.050.720.2155.4557.3150.39
HexC9BE38054815373932
Octal311276700511025677162
Binary11001001101111101110000101100100010101110111111001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9BE38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9BE38; }

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

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

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

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

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

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

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

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