#C5B237

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

Shades of Old Gold #C5B237

Tints of Old Gold #C5B237

Color information

#C5B237 (or 0xC5B237) is unknown color: approx Old Gold. HEX triplet: C5, B2 and 37. RGB value is (197,178,55). Sum of RGB (Red+Green+Blue) = 197+178+55=430 (56% of max value = 765). Red value is 197 (77.34% from 255 or 45.81% from 430); Green value is 178 (69.92% from 255 or 41.40% from 430); Blue value is 55 (21.88% from 255 or 12.79% from 430); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B237 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C5B237 is #3A4DC8. Grayscale: #AAAAAA. Windows color (decimal): -3821001 or 3650245. OLE color: 3650245.

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

Color convert

RGB19717855-
CMYK00.100.720.23
HSL51.97º56.35%49.41%-
HSV(B)51.97º72.08%77.25%-
XYZ39.6443.9910.02-
YUV169.6663.29147.5-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 45.81%
GREEN value IS 178 (69.92% from 255) = 41.40%
BLUE value IS 55 (21.88% from 255) = 12.79%
R=45.81%
G=41.40%
B=12.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.72
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1971785500.100.720.2351.9756.3549.41
HexC5B2370A4817343831
Octal3052626701211027647061
Binary110001011011001011011101010100100010111110100111000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5B237

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5B237; }

 p { color: rgb(197,178,55); }

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

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

 a { background-color: rgb(197,178,55); }

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

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

 span { border-color: rgb(197,178,55); }

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