Html Css Color HEX #C2BA3A Old Gold

📋 copy color: '#C2BA3A'

red 194 ◦ green 186 ◦ blue 58

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

Shades of Old Gold #C2BA3A

Tints of Old Gold #C2BA3A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 13.24%

R = 44.29%
G = 42.47%
B = 13.24%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.70

 K value IS 0.24

RGB Variations

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

Color information

#C2BA3A (or 0xC2BA3A) is known color: Old Gold. HEX triplet: C2, BA and 3A. RGB value is (194,186,58). Sum of RGB (Red+Green+Blue) = 194+186+58=438 (58% of max value = 765). Red value is 194 (76.17% from 255 or 44.29% from 438); Green value is 186 (73.05% from 255 or 42.47% from 438); Blue value is 58 (23.05% from 255 or 13.24% from 438); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BA3A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2BA3A is #3D45C5. Grayscale: #AEAEAE. Windows color (decimal): -4015558 or 3848898. OLE color: 3848898.

HSL color Cylindrical-coordinate representation of color #C2BA3A: hue angle of 56.47º degrees, saturation: 0.54, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C2BA3A is Cyan = 0, Magento = 0.04, Yellow = 0.70 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 186 58 -
CMYK 0 0.04 0.70 0.24
HSL 56.47º 0.54% 0.49% -
HSV(B) 56.47º 0.7% 0.76% -
XYZ 40.57 46.89 10.92 -
YUV 173.8 62.65 142.41 -
System Red Green Blue C M Y K H S L
Decimal 194 186 58 0 0.04 0.70 0.24 56.47 0.54 0.49
Hex C2 BA 3A 0 4 46 18 38 36 31
Octal 302 272 72 0 4 106 30 70 66 61
Binary 11000010 10111010 111010 0 100 1000110 11000 111000 110110 110001

Color Harmonies of #C2BA3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2BA3A

Black with #C2BA3A

Text Example


Text Example

White with #C2BA3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2BA3A; }

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

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

background-color css

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

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

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

border-color css

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

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

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