#C1BF37

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

Shades of Old Gold #C1BF37

Tints of Old Gold #C1BF37

Color information

#C1BF37 (or 0xC1BF37) is unknown color: approx Old Gold. HEX triplet: C1, BF and 37. RGB value is (193,191,55). Sum of RGB (Red+Green+Blue) = 193+191+55=439 (58% of max value = 765). Red value is 193 (75.78% from 255 or 43.96% from 439); Green value is 191 (75% from 255 or 43.51% from 439); Blue value is 55 (21.88% from 255 or 12.53% from 439); Max value from RGB is 193 - color contains mainly: red. Hex color #C1BF37 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C1BF37 is #3E40C8. Grayscale: #B0B0B0. Windows color (decimal): -4079817 or 3653569. OLE color: 3653569.

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

Color convert

RGB19319155-
CMYK00.010.720.24
HSL59.13º55.65%48.63%-
HSV(B)59.13º71.5%75.69%-
XYZ41.3148.8710.87-
YUV176.0959.66140.06-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 43.96%
GREEN value IS 191 (75% from 255) = 43.51%
BLUE value IS 55 (21.88% from 255) = 12.53%
R=43.96%
G=43.51%
B=12.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.72
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1931915500.010.720.2459.1355.6548.63
HexC1BF370148183b3831
Octal301277670111030737061
Binary110000011011111111011101100100011000111011111000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1BF37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1BF37; }

 p { color: rgb(193,191,55); }

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

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

 a { background-color: rgb(193,191,55); }

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

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

 span { border-color: rgb(193,191,55); }

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