#C2BB35

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

Shades of Old Gold #C2BB35

Tints of Old Gold #C2BB35

Color information

#C2BB35 (or 0xC2BB35) is unknown color: approx Old Gold. HEX triplet: C2, BB and 35. RGB value is (194,187,53). Sum of RGB (Red+Green+Blue) = 194+187+53=434 (57% of max value = 765). Red value is 194 (76.17% from 255 or 44.70% from 434); Green value is 187 (73.44% from 255 or 43.09% from 434); Blue value is 53 (21.09% from 255 or 12.21% from 434); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BB35 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2BB35 is #3D44CA. Grayscale: #AEAEAE. Windows color (decimal): -4015307 or 3521474. OLE color: 3521474.

HSL color Cylindrical-coordinate representation of color #C2BB35: hue angle of 57.02º degrees, saturation: 0.57, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C2BB35 is Cyan = 0, Magento = 0.04, Yellow = 0.73 and Black (K on CMYK) = 0.24.

Color convert

RGB19418753-
CMYK00.040.730.24
HSL57.02º57.09%48.43%-
HSV(B)57.02º72.68%76.08%-
XYZ40.6647.2710.35-
YUV173.8259.82142.4-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 44.70%
GREEN value IS 187 (73.44% from 255) = 43.09%
BLUE value IS 53 (21.09% from 255) = 12.21%
R=44.70%
G=43.09%
B=12.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.73
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941875300.040.730.2457.0257.0948.43
HexC2BB35044918393930
Octal302273650411130717160
Binary11000010101110111101010100100100111000111001111001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2BB35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2BB35; }

 p { color: rgb(194,187,53); }

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

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

 a { background-color: rgb(194,187,53); }

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

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

 span { border-color: rgb(194,187,53); }

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