#C1BD3B

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

Shades of Old Gold #C1BD3B

Tints of Old Gold #C1BD3B

Color information

#C1BD3B (or 0xC1BD3B) is unknown color: approx Old Gold. HEX triplet: C1, BD and 3B. RGB value is (193,189,59). Sum of RGB (Red+Green+Blue) = 193+189+59=441 (58% of max value = 765). Red value is 193 (75.78% from 255 or 43.76% from 441); Green value is 189 (74.22% from 255 or 42.86% from 441); Blue value is 59 (23.44% from 255 or 13.38% from 441); Max value from RGB is 193 - color contains mainly: red. Hex color #C1BD3B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C1BD3B is #3E42C4. Grayscale: #AFAFAF. Windows color (decimal): -4080325 or 3915201. OLE color: 3915201.

HSL color Cylindrical-coordinate representation of color #C1BD3B: hue angle of 58.21º degrees, saturation: 0.53, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C1BD3B is Cyan = 0, Magento = 0.02, Yellow = 0.69 and Black (K on CMYK) = 0.24.

Color convert

RGB19318959-
CMYK00.020.690.24
HSL58.21º53.17%49.41%-
HSV(B)58.21º69.43%75.69%-
XYZ40.9848.0511.25-
YUV175.3862.33140.57-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 43.76%
GREEN value IS 189 (74.22% from 255) = 42.86%
BLUE value IS 59 (23.44% from 255) = 13.38%
R=43.76%
G=42.86%
B=13.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.69
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1931895900.020.690.2458.2153.1749.41
HexC1BD3B0245183a3531
Octal301275730210530726561
Binary1100000110111101111011010100010111000111010110101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1BD3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1BD3B; }

 p { color: rgb(193,189,59); }

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

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

 a { background-color: rgb(193,189,59); }

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

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

 span { border-color: rgb(193,189,59); }

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