#c5ba38

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

Shades of Old Gold #C5BA38

Tints of Old Gold #C5BA38

Color information

#C5BA38 (or 0xC5BA38) is unknown color: approx Old Gold. HEX triplet: C5, BA and 38. RGB value is (197,186,56). Sum of RGB (Red+Green+Blue) = 197+186+56=439 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.87% from 439); Green value is 186 (73.05% from 255 or 42.37% from 439); Blue value is 56 (22.27% from 255 or 12.76% from 439); Max value from RGB is 197 - color contains mainly: red. Hex color #C5BA38 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5BA38 is #3A45C7. Grayscale: #AEAEAE. Windows color (decimal): -3818952 or 3717829. OLE color: 3717829.

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

Color convert

RGB19718656-
CMYK00.060.720.23
HSL55.32º55.73%49.61%-
HSV(B)55.32º71.57%77.25%-
XYZ41.347.2710.69-
YUV174.4761.14144.07-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 44.87%
GREEN value IS 186 (73.05% from 255) = 42.37%
BLUE value IS 56 (22.27% from 255) = 12.76%
R=44.87%
G=42.37%
B=12.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.72
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1971865600.060.720.2355.3255.7349.61
HexC5BA38064817373832
Octal305272700611027677062
Binary11000101101110101110000110100100010111110111111000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c5ba38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c5ba38; }

 p { color: rgb(197,186,56); }

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

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

 a { background-color: rgb(197,186,56); }

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

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

 span { border-color: rgb(197,186,56); }

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