Html Css Color HEX #C2BA2E Old Gold

📋 copy color: '#C2BA2E'

red 194 ◦ green 186 ◦ blue 46

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

Shades of Old Gold #C2BA2E

Tints of Old Gold #C2BA2E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 10.8%

R = 45.54%
G = 43.66%
B = 10.8%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.76

 K value IS 0.24

RGB Variations

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

Color information

#C2BA2E (or 0xC2BA2E) is known color: Old Gold. HEX triplet: C2, BA and 2E. RGB value is (194,186,46). Sum of RGB (Red+Green+Blue) = 194+186+46=426 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.54% from 426); Green value is 186 (73.05% from 255 or 43.66% from 426); Blue value is 46 (18.36% from 255 or 10.80% from 426); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BA2E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2BA2E is #3D45D1. Grayscale: #ADADAD. Windows color (decimal): -4015570 or 3062466. OLE color: 3062466.

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

Color convert

RGB 194 186 46 -
CMYK 0 0.04 0.76 0.24
HSL 56.76º 0.62% 0.47% -
HSV(B) 56.76º 0.76% 0.76% -
XYZ 40.3 46.78 9.49 -
YUV 172.43 56.65 143.38 -
System Red Green Blue C M Y K H S L
Decimal 194 186 46 0 0.04 0.76 0.24 56.76 0.62 0.47
Hex C2 BA 2E 0 4 4C 18 39 3E 2F
Octal 302 272 56 0 4 114 30 71 76 57
Binary 11000010 10111010 101110 0 100 1001100 11000 111001 111110 101111

Color Harmonies of #C2BA2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2BA2E

Black with #C2BA2E

Text Example


Text Example

White with #C2BA2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2BA2E; }

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

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

background-color css

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

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

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

border-color css

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

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

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