#C1BB2D

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

Shades of Old Gold #C1BB2D

Tints of Old Gold #C1BB2D

Color information

#C1BB2D (or 0xC1BB2D) is unknown color: approx Old Gold. HEX triplet: C1, BB and 2D. RGB value is (193,187,45). Sum of RGB (Red+Green+Blue) = 193+187+45=425 (56% of max value = 765). Red value is 193 (75.78% from 255 or 45.41% from 425); Green value is 187 (73.44% from 255 or 44% from 425); Blue value is 45 (17.97% from 255 or 10.59% from 425); Max value from RGB is 193 - color contains mainly: red. Hex color #C1BB2D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C1BB2D is #3E44D2. Grayscale: #ADADAD. Windows color (decimal): -4080851 or 2997185. OLE color: 2997185.

HSL color Cylindrical-coordinate representation of color #C1BB2D: hue angle of 57.57º degrees, saturation: 0.62, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C1BB2D is Cyan = 0, Magento = 0.03, Yellow = 0.77 and Black (K on CMYK) = 0.24.

Color convert

RGB19318745-
CMYK00.030.770.24
HSL57.57º62.18%46.67%-
HSV(B)57.57º76.68%75.69%-
XYZ40.2447.079.45-
YUV172.6155.99142.55-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 45.41%
GREEN value IS 187 (73.44% from 255) = 44%
BLUE value IS 45 (17.97% from 255) = 10.59%
R=45.41%
G=44%
B=10.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.77
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1931874500.030.770.2457.5762.1846.67
HexC1BB2D034D183a3e2f
Octal301273550311530727657
Binary1100000110111011101101011100110111000111010111110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1BB2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1BB2D; }

 p { color: rgb(193,187,45); }

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

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

 a { background-color: rgb(193,187,45); }

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

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

 span { border-color: rgb(193,187,45); }

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