Html Css Color HEX #C2BA2D Old Gold

📋 copy color: '#C2BA2D'

red 194 ◦ green 186 ◦ blue 45

#C2BA2D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Old Gold #C2BA2D

Tints of Old Gold #C2BA2D

RGB

 RED value IS 194 (76.17% from 255) = 45.65%

 GREEN value IS 186 (73.05% from 255) = 43.76%

 BLUE value IS 45 (17.97% from 255) = 10.59%

R = 45.65%
G = 43.76%
B = 10.59%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.77

 K value IS 0.24

RGB Variations

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

Color information

#C2BA2D (or 0xC2BA2D) is known color: Old Gold. HEX triplet: C2, BA and 2D. RGB value is (194,186,45). Sum of RGB (Red+Green+Blue) = 194+186+45=425 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.65% from 425); Green value is 186 (73.05% from 255 or 43.76% from 425); Blue value is 45 (17.97% from 255 or 10.59% from 425); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BA2D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2BA2D is #3D45D2. Grayscale: #ACACAC. Windows color (decimal): -4015571 or 2996930. OLE color: 2996930.

HSL color Cylindrical-coordinate representation of color #C2BA2D: hue angle of 56.78º 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 #C2BA2D is Cyan = 0, Magento = 0.04, Yellow = 0.77 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 186 45 -
CMYK 0 0.04 0.77 0.24
HSL 56.78º 0.62% 0.47% -
HSV(B) 56.78º 0.77% 0.76% -
XYZ 40.28 46.78 9.39 -
YUV 172.32 56.15 143.46 -
System Red Green Blue C M Y K H S L
Decimal 194 186 45 0 0.04 0.77 0.24 56.78 0.62 0.47
Hex C2 BA 2D 0 4 4D 18 39 3E 2F
Octal 302 272 55 0 4 115 30 71 76 57
Binary 11000010 10111010 101101 0 100 1001101 11000 111001 111110 101111

Color Harmonies of #C2BA2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2BA2D

Black with #C2BA2D

Text Example


Text Example

White with #C2BA2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2BA2D; }

 p { color: rgb(194,186,45); }

 H1.HeaderClassName
 {
   color: #C2BA2D;
 }
 .AnyTagClassName
 {
   color: #C2BA2D;
 }
</style>

background-color css

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

 a { background-color: rgb(194,186,45); }

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

border-color css

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

 span { border-color: rgb(194,186,45); }

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