#C6BB2C

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

Shades of Old Gold #C6BB2C

Tints of Old Gold #C6BB2C

Color information

#C6BB2C (or 0xC6BB2C) is unknown color: approx Old Gold. HEX triplet: C6, BB and 2C. RGB value is (198,187,44). Sum of RGB (Red+Green+Blue) = 198+187+44=429 (56% of max value = 765). Red value is 198 (77.73% from 255 or 46.15% from 429); Green value is 187 (73.44% from 255 or 43.59% from 429); Blue value is 44 (17.58% from 255 or 10.26% from 429); Max value from RGB is 198 - color contains mainly: red. Hex color #C6BB2C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C6BB2C is #3944D3. Grayscale: #AEAEAE. Windows color (decimal): -3753172 or 2931654. OLE color: 2931654.

HSL color Cylindrical-coordinate representation of color #C6BB2C: hue angle of 55.71º degrees, saturation: 0.64, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C6BB2C is Cyan = 0, Magento = 0.06, Yellow = 0.78 and Black (K on CMYK) = 0.22.

Color convert

RGB19818744-
CMYK00.060.780.22
HSL55.71º63.64%47.45%-
HSV(B)55.71º77.78%77.65%-
XYZ41.5147.739.41-
YUV173.9954.64145.13-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 46.15%
GREEN value IS 187 (73.44% from 255) = 43.59%
BLUE value IS 44 (17.58% from 255) = 10.26%
R=46.15%
G=43.59%
B=10.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.78
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1981874400.060.780.2255.7163.6447.45
HexC6BB2C064E1638402f
Octal3062735406116267010057
Binary110001101011101110110001101001110101101110001000000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6BB2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6BB2C; }

 p { color: rgb(198,187,44); }

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

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

 a { background-color: rgb(198,187,44); }

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

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

 span { border-color: rgb(198,187,44); }

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